Uses of Class
hudson.plugins.testng.results.MethodResult
-
Packages that use MethodResult Package Description hudson.plugins.testng.results -
-
Uses of MethodResult in hudson.plugins.testng.results
Methods in hudson.plugins.testng.results that return types with arguments of type MethodResult Modifier and Type Method Description List<MethodResult>
ClassResult. getChildren()
List<MethodResult>
ClassResult. getConfigurationMethods()
List<MethodResult>
GroupedTestRun. getConfigurationMethods()
List<MethodResult>
TestNGResult. getFailedConfigs()
List<MethodResult>
TestNGResult. getFailedTests()
List<MethodResult>
TestNGResult. getPassedTests()
List<MethodResult>
TestNGResult. getSkippedConfigs()
List<MethodResult>
TestNGResult. getSkippedTests()
List<MethodResult>
PackageResult. getSortedTestMethodsByStartTime()
Gets all the method results related to this package sorted by the time the methods were executedList<MethodResult>
ClassResult. getTestMethods()
List<MethodResult>
GroupedTestRun. getTestMethods()
Methods in hudson.plugins.testng.results with parameters of type MethodResult Modifier and Type Method Description void
GroupedTestRun. addConfigurationMethod(MethodResult methodResult)
void
GroupedTestRun. addTestMethod(MethodResult methodResult)
Method parameters in hudson.plugins.testng.results with type arguments of type MethodResult Modifier and Type Method Description void
ClassResult. addTestMethods(List<MethodResult> list)
-