Lines Matching refs:member

344         CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2);  in testVoid()
349 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testVoid()
445 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testBoolean()
450 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testBoolean()
546 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testByte()
551 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testByte()
647 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testShort()
652 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testShort()
750 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testUnsignedShort()
755 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testUnsignedShort()
847 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testLong()
852 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testLong()
944 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testUnsignedLong()
949 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testUnsignedLong()
1041 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testHyper()
1046 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testHyper()
1138 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testUnsignedHyper()
1143 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testUnsignedHyper()
1235 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testFloat()
1240 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testFloat()
1332 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testDouble()
1337 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testDouble()
1434 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testChar()
1439 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testChar()
1531 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testString()
1536 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testString()
1627 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testType()
1632 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testType()
1732 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testSequence()
1737 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testSequence()
1833 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testEnum()
1838 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testEnum()
1930 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testStruct()
1934 CPPUNIT_ASSERT_MESSAGE("Struct2", (a >>= b) && b.member == 1); in testStruct()
1939 "Struct2a", (a >>= b) && b.member == 1 && b.member2 == 3); in testStruct()
1943 CPPUNIT_ASSERT_MESSAGE("Struct2b", !(a >>= b) && b.member == 2); in testStruct()
1948 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testStruct()
2055 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testException()
2060 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testException()
2065 CPPUNIT_ASSERT_MESSAGE("Exception2", (a >>= b) && b.member == 1); in testException()
2072 "Exception2a", (a >>= b) && b.member == 1 && b.member2 == 3); in testException()
2078 CPPUNIT_ASSERT_MESSAGE("Exception2b", !(a >>= b) && b.member == 2); in testException()
2173 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testInterface()
2178 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testInterface()
2289 CPPUNIT_ASSERT_MESSAGE("Struct1", !(a >>= b) && b.member == 2); in testNull()
2294 CPPUNIT_ASSERT_MESSAGE("Exception1", !(a >>= b) && b.member == 2); in testNull()