Searched refs:attGroup (Results 1 – 2 of 2) 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()
2450 …de::MovePtr<tcu::TestCaseGroup> attGroup(new tcu::TestCaseGroup(testCtx, attCases[attNdx].name, at… in createBasicTests() local2552 attGroup->addChild(shdGroup.release()); in createBasicTests()2554 dynGroup->addChild(attGroup.release()); in createBasicTests()