Uses of Class
hudson.plugins.testng.results.BaseResult
-
Packages that use BaseResult Package Description hudson.plugins.testng.results -
-
Uses of BaseResult in hudson.plugins.testng.results
Subclasses of BaseResult in hudson.plugins.testng.results Modifier and Type Class Description class
ClassResult
Handle results related to a single test classclass
MethodResult
Handles result pertaining to a single test methodclass
PackageResult
Handles package level resultsclass
TestNGResult
Represents all the results gathered for a single build (or a single suite, while parsing the test results)Fields in hudson.plugins.testng.results declared as BaseResult Modifier and Type Field Description protected BaseResult
BaseResult. parent
Methods in hudson.plugins.testng.results that return BaseResult Modifier and Type Method Description BaseResult
BaseResult. getParent()
BaseResult
TestNGResult. getParent()
Methods in hudson.plugins.testng.results with parameters of type BaseResult Modifier and Type Method Description void
BaseResult. setParent(BaseResult parent)
-