Uses of Class
hudson.plugins.testng.results.TestNGTestResult
-
Packages that use TestNGTestResult Package Description hudson.plugins.testng.results -
-
Uses of TestNGTestResult in hudson.plugins.testng.results
Methods in hudson.plugins.testng.results that return types with arguments of type TestNGTestResult Modifier and Type Method Description List<TestNGTestResult>
TestNGResult. getTestList()
Method parameters in hudson.plugins.testng.results with type arguments of type TestNGTestResult Modifier and Type Method Description void
TestNGResult. addUniqueTests(List<TestNGTestResult> testList)
Adds only the<test>
s that already aren't part of the list.
-