TranslatorTest
suite->addTest("TranslatorTest", TranslatorTest::Suite());
TranslatorTest::Suite()
suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::AcquireRelease Test", &TranslatorTest::AcquireReleaseTest));
suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::MakeConfigurationView Test", &TranslatorTest::MakeConfigurationViewTest));
suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::GetConfigurationMessage Test", &TranslatorTest::GetConfigurationMessageTest));
TranslatorTest::AcquireReleaseTest()
TranslatorTest::MakeConfigurationViewTest()
TranslatorTest::GetConfigurationMessageTest()
TranslatorTest::TranslatorTest(std::string name)
TranslatorTest::~TranslatorTest()
class TranslatorTest : public BTestCase {
TranslatorTest(std::string name = "");
~TranslatorTest();