Lines Matching refs:CPPUNIT_CHECK
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) ); in seekp()
410 CPPUNIT_CHECK( s.str() == "1234567" ); in seekp()
413 CPPUNIT_CHECK( s.str() == "X234567" ); in seekp()
416 CPPUNIT_CHECK( s.str() == "Y234567" ); in seekp()
441 CPPUNIT_CHECK( str == "12" ); in seek_gp()
451 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()
459 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()
467 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()
468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) ); in tellp()
483 CPPUNIT_CHECK( to_string<int>(-1) == "-1" ); in negative()
484 CPPUNIT_CHECK( to_string<long>(-1) == "-1" ); in negative()