Home
last modified time | relevance | path

Searched refs:addIncludedGroup (Results 1 – 9 of 9) sorted by relevance

/external/testng/src/test/java/test/dependent/
DImplicitGroupInclusionTest.java12 addIncludedGroup("b"); in verifyImplicitGroupInclusion()
30 addIncludedGroup("g2"); in verifyImplicitGroupInclusion2()
48 addIncludedGroup("g2"); in verifyImplicitGroupInclusion4()
66 addIncludedGroup("inc"); in verifyImplicitGroupInclusion3()
85 addIncludedGroup("windows"); in verifyImplicitMethodInclusion()
/external/testng/src/test/java/test/
DTest1.java23 addIncludedGroup("odd"); in includedGroups()
39 addIncludedGroup("evenodd"); in groupsOfGroupsSimple()
57 addIncludedGroup("all"); in groupsOfGroupsWithIndirections()
80 addIncludedGroup("all"); in groupsOfGroupsWithCycle()
114 addIncludedGroup("o.*"); in regexp()
DInvocationAndSuccessPercentageTest.java15 addIncludedGroup("invocationOnly"); in invocationCount()
42 addIncludedGroup("successPercentageThatSucceedsOnly"); in successPercentageThatSucceeds()
73 addIncludedGroup("successPercentageThatFailsOnly"); in successPercentageThatFails()
DTest2.java55 addIncludedGroup("classGroup"); in partialGroupsClass()
75 addIncludedGroup("methodGroup"); in partialGroupsMethod()
DBaseTest.java247 public void addIncludedGroup(String g) { in addIncludedGroup() method in BaseTest
248 getTest().addIncludedGroup(g); in addIncludedGroup()
/external/testng/src/test/java/test/methodselectors/
DMethodSelectorTest.java40 addIncludedGroup("test1"); in lessThanPriorityTest1Test()
55 addIncludedGroup("test1"); in greaterThanPriorityTest1Test2()
70 addIncludedGroup("test1"); in lessThanPriorityAllTests()
/external/testng/src/main/java/org/testng/xml/
DXmlSuite.java973 public void addIncludedGroup(String g) { in addIncludedGroup() method in XmlSuite
DXmlTest.java228 public void addIncludedGroup(String g) { in addIncludedGroup() method in XmlTest
/external/testng/
DCHANGES.txt292 Instead, use addIncludedGroup/addExcludedGroup.