Searched refs:testGroup (Results 1 – 8 of 8) sorted by relevance
391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup() argument393 addNodeAndParents(m_set, testGroup); in addGroup()394 addChildren(m_set, testGroup); in addGroup()418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup() argument420 if (m_set.find(testGroup) != m_set.end()) in removeGroup()422 m_set.erase(testGroup); in removeGroup()423 removeChildren(m_set, testGroup); in removeGroup()424 if (testGroup->getParent() != DE_NULL) in removeGroup()425 removeEmptyGroups(m_set, testGroup->getParent()); in removeGroup()
164 void addGroup (const TestGroup* testGroup);168 void removeGroup (const TestGroup* testGroup);
5 <testSuite.rulesForStringTemplate:testGroup()>8 testGroup() ::= <<
148 void enterGroupNode (TestCaseGroup* testGroup, const char* casePath);149 void leaveGroupNode (TestCaseGroup* testGroup);
143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath) in enterGroupNode() argument146 testGroup->init(); in enterGroupNode()149 void TestExecutor::leaveGroupNode (TestCaseGroup* testGroup) in leaveGroupNode() argument151 testGroup->deinit(); in leaveGroupNode()
84 def testGroup(self): member in UnknownFieldsTest
128 public void testGroup() throws Exception { in testGroup() method in UnknownFieldSetTest
17237 int testGroup = args[0]->Int32Value(); in AnalyzeStackInNativeCode() local17238 if (testGroup == kOverviewTest) { in AnalyzeStackInNativeCode()17254 } else if (testGroup == kDetailedTest) { in AnalyzeStackInNativeCode()