Home
last modified time | relevance | path

Searched refs:TestContainer (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Testing/FrameworkSource/
DTest.cpp39 TestContainer::TestContainer(Testing::testID_t id):m_containerID(id) in TestContainer() function in Client::TestContainer
46 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()
DIORunner.cpp406 TestContainer *c = g->getContainer(i); in run()
/cmsis-dsp-latest/Testing/FrameworkInclude/
DTest.h523 class TestContainer
526 TestContainer(Testing::testID_t);
542 class Suite:public TestContainer
598 class Group:public TestContainer
604 void addContainer(TestContainer*);
607 TestContainer *getContainer(Testing::testIndex_t);
618 std::vector<TestContainer*> m_groups;