Lines Matching refs:CPPUNIT_CHECK
299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
349 CPPUNIT_CHECK( ftell( f ) == expected_pos );
357 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
358 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
406 CPPUNIT_CHECK( chars_read == 11 );
407 CPPUNIT_CHECK( b1[9] == '0' );
414 CPPUNIT_CHECK( b2[9] == '0' );
432 CPPUNIT_CHECK( chars_read == 11 );
433 CPPUNIT_CHECK( b1[9] == '0' );
445 CPPUNIT_CHECK( b2[4] == '5' );
485 CPPUNIT_CHECK( chars_read == 11 );
486 CPPUNIT_CHECK( b1[9] == L'0' );
500 CPPUNIT_CHECK( b2[4] == L'5' );
826 CPPUNIT_CHECK( nullStream );
831 CPPUNIT_CHECK( nullStream );
836 CPPUNIT_CHECK( nullStream );
841 CPPUNIT_CHECK( nullStream );
846 CPPUNIT_CHECK( nullStream );
851 CPPUNIT_CHECK( nullStream );
856 CPPUNIT_CHECK( nullStream );
861 CPPUNIT_CHECK( nullStream );
866 CPPUNIT_CHECK( nullStream );
918 CPPUNIT_CHECK( buf[0] == 0 );
919 CPPUNIT_CHECK( f.fail() ); // due to delimiter not found while buffer was exhausted
926 CPPUNIT_CHECK( sizeof(streamoff) == 8 );
928 CPPUNIT_CHECK( sizeof(streamoff) == sizeof(off_t) );