Home | History | Annotate | Download | only in unit

Lines Matching refs:CPPUNIT_ASSERT

45   CPPUNIT_ASSERT(result[0]==10);
46 CPPUNIT_ASSERT(result[1]==13);
47 CPPUNIT_ASSERT(result[2]==17);
48 CPPUNIT_ASSERT(result[3]==18);
49 CPPUNIT_ASSERT(result[4]==23);
50 CPPUNIT_ASSERT(result[5]==0);
51 CPPUNIT_ASSERT(result[6]==0);
63 CPPUNIT_ASSERT( diff.size() == 17 );
65 CPPUNIT_ASSERT( diff[i] == i );
77 CPPUNIT_ASSERT( diff.size() == 26 );
79 CPPUNIT_ASSERT( diff[i] == ('A' + i) );