Uses of Class
hudson.plugins.testng.results.ClassResult
-
Packages that use ClassResult Package Description hudson.plugins.testng.results -
-
Uses of ClassResult in hudson.plugins.testng.results
Methods in hudson.plugins.testng.results that return types with arguments of type ClassResult Modifier and Type Method Description List<ClassResult>
PackageResult. getChildren()
List<ClassResult>
TestNGTestResult. getClassList()
Method parameters in hudson.plugins.testng.results with type arguments of type ClassResult Modifier and Type Method Description void
TestNGTestResult. addClassList(List<ClassResult> classList)
Adds only the classes that already aren't part of the list
-