Lines Matching refs:CPPUNIT_ASSERT
40 CPPUNIT_ASSERT(numbers[0]==0);
41 CPPUNIT_ASSERT(numbers[1]==1);
42 CPPUNIT_ASSERT(numbers[2]==2);
43 CPPUNIT_ASSERT(numbers[3]==3);
44 CPPUNIT_ASSERT(numbers[4]==4);
45 CPPUNIT_ASSERT(numbers[5]==2);
46 CPPUNIT_ASSERT(numbers[6]==3);
47 CPPUNIT_ASSERT(numbers[7]==4);
59 CPPUNIT_ASSERT(*labels[0] == 'Q');
60 CPPUNIT_ASSERT(*labels[1] == 'W');
61 CPPUNIT_ASSERT(*labels[2] == 'E');
62 CPPUNIT_ASSERT(*labels[3] == 'R');
63 CPPUNIT_ASSERT(*labels[4] == 'T');
64 CPPUNIT_ASSERT(*labels[5] == 'Y');
76 CPPUNIT_ASSERT(result[0]==0);
77 CPPUNIT_ASSERT(result[1]==1);
78 CPPUNIT_ASSERT(result[2]==2);
79 CPPUNIT_ASSERT(result[3]==3);
80 CPPUNIT_ASSERT(result[4]==4);
81 CPPUNIT_ASSERT(result[5]==0);
82 CPPUNIT_ASSERT(result[6]==0);
83 CPPUNIT_ASSERT(result[7]==0);
99 CPPUNIT_ASSERT(*uCopy[0] == 'Q');
100 CPPUNIT_ASSERT(*uCopy[1] == 'W');
101 CPPUNIT_ASSERT(*uCopy[2] == 'E');
102 CPPUNIT_ASSERT(*uCopy[3] == 'R');
103 CPPUNIT_ASSERT(*uCopy[4] == 'T');
104 CPPUNIT_ASSERT(*uCopy[5] == 'Y');