PropertyConstructionTest
void PropertyConstructionTest::CompareValues(
void PropertyConstructionTest::TestProperty(
Test *PropertyConstructionTest::suite(void)
typedef CppUnit::TestCaller<PropertyConstructionTest>
return(new PropertyConstructionTestCaller("BPropertyInfo::Construction Test", &PropertyConstructionTest::PerformTest));
PropertyConstructionTest::PropertyConstructionTest(std::string name) :
PropertyConstructionTest::~PropertyConstructionTest()
void PropertyConstructionTest::CompareProperties(
class PropertyConstructionTest :
PropertyConstructionTest(std::string name = "");
virtual ~PropertyConstructionTest();
testSuite->addTest(PropertyConstructionTest::suite());