PropertyFlattenTest
PropertyFlattenTest::PropertyFlattenTest(std::string name) :
PropertyFlattenTest::~PropertyFlattenTest()
void PropertyFlattenTest::TestProperty(
Test *PropertyFlattenTest::suite(void)
typedef CppUnit::TestCaller<PropertyFlattenTest>
return(new PropertyFlattenTestCaller("BPropertyInfo::Flatten Test", &PropertyFlattenTest::PerformTest));
class PropertyFlattenTest :
PropertyFlattenTest(std::string name = "");
virtual ~PropertyFlattenTest();
testSuite->addTest(PropertyFlattenTest::suite());