FormatDescriptionsTest
FormatDescriptionsTest::FormatDescriptionsTest()
FormatDescriptionsTest::~FormatDescriptionsTest()
FormatDescriptionsTest::TestCompare()
FormatDescriptionsTest::AddTests(BTestSuite& parent)
suite.addTest(new CppUnit::TestCaller<FormatDescriptionsTest>(
&FormatDescriptionsTest::TestCompare));
class FormatDescriptionsTest: public BTestCase {
FormatDescriptionsTest();
virtual ~FormatDescriptionsTest();
FormatDescriptionsTest::AddTests(*suite);