Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/Testing/FrameworkSource/
DTest.cpp81 Group::Group(Testing::testID_t id): in Group() function in Client::Group
88 void Group::addContainer(TestContainer *s) in addContainer()
93 TestContainer *Group::getContainer(Testing::testIndex_t id) in getContainer()
98 int Group::getNbContainer() in getNbContainer()
DIORunner.cpp392 Testing::TestStatus IORunner::run(Group *g) in run()
/cmsis-dsp-latest/Testing/FrameworkInclude/
DTest.h130 class Group; variable
195 virtual Testing::TestStatus run(Group*) = 0;
598 class Group:public TestContainer
601 Group(Testing::testID_t);
DIORunner.h42 virtual Testing::TestStatus run(Group *g);
/cmsis-dsp-latest/Testing/
DREADME.md319 Any node (Group, Suite or Function) can be disabled by using disabled { ...}.
694 AGroup should be the class name of a Group in the desc.txt
696 The suite in this Group should be compatible and have the same parameters.