Home
last modified time | relevance | path

Searched refs:rTestObj1 (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/o3tl/qa/
H A Dtest-cow_wrapper.cxx39 ASSERT_TRUE(rTestObj1.is_unique() ) << "rTestObj1 is unique"; in test()
43 ASSERT_TRUE(rTestObj1 != rTestObj2 ) << "rTestObj1 != rTestObj2"; in test()
45 ASSERT_TRUE(rTestObj1 != rTestObj3 ) << "rTestObj1 != rTestObj3"; in test()
46 ASSERT_TRUE(rTestObj1 < rTestObj2 ) << "rTestObj1 < rTestObj2"; in test()
49 rTestObj2 = rTestObj1; in test()
50 rTestObj3 = rTestObj1; in test()
51 ASSERT_TRUE(rTestObj1 == rTestObj2 ) << "rTestObj1 == rTestObj2"; in test()
52 ASSERT_TRUE(rTestObj1 == rTestObj3 ) << "rTestObj1 == rTestObj3"; in test()
58 ASSERT_TRUE(rTestObj1 == rTestObj2 ) << "rTestObj1 == rTestObj2"; in test()
59 ASSERT_TRUE(rTestObj1 == rTestObj3 ) << "rTestObj1 == rTestObj3"; in test()
[all …]

Completed in 5 milliseconds