Lines Matching refs:TestCaseGroup
32 class TestGroupHelper0 : public tcu::TestCaseGroup
35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup);
36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup);
54 class TestGroupHelper1 : public tcu::TestCaseGroup
57 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
58 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
66 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str()) in TestGroupHelper1()
82 class TestGroupHelper2 : public tcu::TestCaseGroup
85 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
86 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
95 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str()) in TestGroupHelper2()
112 inline tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx, in createTestGroup()
122 tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx, in createTestGroup()
132 tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx, in createTestGroup()
143 inline void addTestGroup (tcu::TestCaseGroup* parent, in addTestGroup()
152 void addTestGroup (tcu::TestCaseGroup* parent, in addTestGroup()
163 void addTestGroup(tcu::TestCaseGroup* parent, in addTestGroup()