Searched refs:TestRegistry (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtestregistry.cpp30 TestRegistry::TestRegistry() function in class:TestRegistry
35 TestRegistry::~TestRegistry()
44 void TestRegistry::addTest(Test *test)
50 bool TestRegistry::runAndPrint()
56 TestRegistry& TestRegistry::instance()
58 static TestRegistry registry;
63 void TestRegistry
[all...]
H A Dtestregistry.h38 * The TestRegistry is the main class used to register all tests,
43 class TestRegistry class in namespace:muleunit
46 TestRegistry();
47 ~TestRegistry();
65 static TestRegistry& instance();
H A Dmain.cpp42 return (TestRegistry::runAndPrint() ? 0 : 1);
H A Dtest.cpp121 TestRegistry::addTest(this);

Completed in 108 milliseconds