Lines Matching refs:CPPUNIT_ASSERT
38 CPPUNIT_ASSERT(numbers[0]==1); in nthelem0()
39 CPPUNIT_ASSERT(numbers[1]==0); in nthelem0()
40 CPPUNIT_ASSERT(numbers[2]==2); in nthelem0()
41 CPPUNIT_ASSERT(numbers[3]==3); in nthelem0()
42 CPPUNIT_ASSERT(numbers[4]==4); in nthelem0()
43 CPPUNIT_ASSERT(numbers[5]==5); in nthelem0()
54 CPPUNIT_ASSERT(v1[0]==1); in nthelem1()
55 CPPUNIT_ASSERT(v1[1]==1); in nthelem1()
56 CPPUNIT_ASSERT(v1[2]==4); in nthelem1()
57 CPPUNIT_ASSERT(v1[3]==2); in nthelem1()
58 CPPUNIT_ASSERT(v1[4]==5); in nthelem1()
59 CPPUNIT_ASSERT(v1[5]==5); in nthelem1()
60 CPPUNIT_ASSERT(v1[6]==6); in nthelem1()
61 CPPUNIT_ASSERT(v1[7]==7); in nthelem1()
62 CPPUNIT_ASSERT(v1[8]==8); in nthelem1()
63 CPPUNIT_ASSERT(v1[9]==6); in nthelem1()
74 CPPUNIT_ASSERT(v1[0]==6); in nthelem2()
75 CPPUNIT_ASSERT(v1[1]==7); in nthelem2()
76 CPPUNIT_ASSERT(v1[2]==4); in nthelem2()
77 CPPUNIT_ASSERT(v1[3]==4); in nthelem2()
78 CPPUNIT_ASSERT(v1[4]==5); in nthelem2()
79 CPPUNIT_ASSERT(v1[5]==4); in nthelem2()
80 CPPUNIT_ASSERT(v1[6]==3); in nthelem2()
81 CPPUNIT_ASSERT(v1[7]==2); in nthelem2()
82 CPPUNIT_ASSERT(v1[8]==1); in nthelem2()
83 CPPUNIT_ASSERT(v1[9]==1); in nthelem2()