Searched refs:rTestObj3 (Results 1 – 1 of 1) sorted by relevance
37 template< class T > void test( T& rTestObj1, T& rTestObj2, T& rTestObj3 ) in test() argument41 ASSERT_TRUE(rTestObj3.is_unique() ) << "rTestObj3 is unique"; in test()44 ASSERT_TRUE(rTestObj2 != rTestObj3 ) << "rTestObj2 != rTestObj3"; in test()45 ASSERT_TRUE(rTestObj1 != rTestObj3 ) << "rTestObj1 != rTestObj3"; in test()47 ASSERT_TRUE(rTestObj2 < rTestObj3 ) << "rTestObj2 < rTestObj3"; in test()50 rTestObj3 = rTestObj1; in test()52 ASSERT_TRUE(rTestObj1 == rTestObj3 ) << "rTestObj1 == rTestObj3"; in test()59 ASSERT_TRUE(rTestObj1 == rTestObj3 ) << "rTestObj1 == rTestObj3"; in test()65 rTestObj2.swap( rTestObj3 ); in test()67 ASSERT_TRUE(rTestObj1 == rTestObj3 ) << "rTestObj1 == rTestObj3"; in test()[all …]
Completed in 6 milliseconds