Home | History | Annotate | Download | only in unit

Lines Matching refs:CPPUNIT_CHECK

281     CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
282 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
289 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
290 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
321 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
322 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
331 CPPUNIT_CHECK( ftell( f ) == expected_pos );
339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
388 CPPUNIT_CHECK( chars_read == 11 );
389 CPPUNIT_CHECK( b1[9] == '0' );
396 CPPUNIT_CHECK( b2[9] == '0' );
414 CPPUNIT_CHECK( chars_read == 11 );
415 CPPUNIT_CHECK( b1[9] == '0' );
427 CPPUNIT_CHECK( b2[4] == '5' );
467 CPPUNIT_CHECK( chars_read == 11 );
468 CPPUNIT_CHECK( b1[9] == L'0' );
482 CPPUNIT_CHECK( b2[4] == L'5' );
808 CPPUNIT_CHECK( nullStream );
813 CPPUNIT_CHECK( nullStream );
818 CPPUNIT_CHECK( nullStream );
823 CPPUNIT_CHECK( nullStream );
828 CPPUNIT_CHECK( nullStream );
833 CPPUNIT_CHECK( nullStream );
838 CPPUNIT_CHECK( nullStream );
843 CPPUNIT_CHECK( nullStream );
848 CPPUNIT_CHECK( nullStream );
900 CPPUNIT_CHECK( buf[0] == 0 );
901 CPPUNIT_CHECK( f.fail() ); // due to delimiter not found while buffer was exhausted
908 CPPUNIT_CHECK( sizeof(streamoff) == 8 );
910 CPPUNIT_CHECK( sizeof(streamoff) == sizeof(off_t) );