|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodResult | |
---|---|
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 | |
---|---|
List<MethodResult> |
ClassResult.getChildren()
|
List<MethodResult> |
GroupedTestRun.getConfigurationMethods()
|
List<MethodResult> |
ClassResult.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 executed |
List<MethodResult> |
GroupedTestRun.getTestMethods()
|
List<MethodResult> |
ClassResult.getTestMethods()
|
Methods in hudson.plugins.testng.results with parameters of type MethodResult | |
---|---|
void |
GroupedTestRun.addConfigurationMethod(MethodResult methodResult)
|
void |
GroupedTestRun.addTestMethod(MethodResult methodResult)
|
Method parameters in hudson.plugins.testng.results with type arguments of type MethodResult | |
---|---|
void |
ClassResult.addTestMethods(List<MethodResult> list)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |