Searched refs:TestContainer (Results 1 – 3 of 3) sorted by relevance
39 TestContainer::TestContainer(Testing::testID_t id):m_containerID(id) in TestContainer() function in Client::TestContainer46 TestContainer(id), in Suite()82 TestContainer(id), in Group()83 m_groups(std::vector<TestContainer*>()) in Group()88 void Group::addContainer(TestContainer *s) in addContainer()93 TestContainer *Group::getContainer(Testing::testIndex_t id) in getContainer()
406 TestContainer *c = g->getContainer(i); in run()
523 class TestContainer526 TestContainer(Testing::testID_t);542 class Suite:public TestContainer598 class Group:public TestContainer604 void addContainer(TestContainer*);607 TestContainer *getContainer(Testing::testIndex_t);618 std::vector<TestContainer*> m_groups;