Searched refs:attGroup (Results 1 – 3 of 3) sorted by relevance
1363 TestCaseGroup* const attGroup = new TestCaseGroup( in addTestCases() local1365 group.addChild(attGroup); in addTestCases()1370 attGroup->addChild(nameGroup); in addTestCases()1383 attGroup->addChild(inputGroup); in addTestCases()1396 attGroup->addChild(outputGroup); in addTestCases()
3123 …de::MovePtr<tcu::TestCaseGroup> attGroup(new tcu::TestCaseGroup(testCtx, attCases[attNdx].name, at… in createBasicTests() local3252 attGroup->addChild(shdGroup.release()); in createBasicTests()3254 dynGroup->addChild(attGroup.release()); in createBasicTests()