|
||||||||||
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> |
GroupedTestRun.getConfigurationMethods()
|
List<MethodResult> |
ClassResult.getConfigurationMethods()
|
List<MethodResult> |
TestResults.getFailedConfigs()
|
List<MethodResult> |
TestResults.getFailedTests()
|
List<MethodResult> |
TestResults.getPassedTests()
|
List<MethodResult> |
TestResults.getSkippedConfigs()
|
List<MethodResult> |
TestResults.getSkippedTests()
|
List<MethodResult> |
PackageResult.getSortedTestMethodsByStartTime()
Gets all the method results related to this package sorted by the time the methods were executed |
List<MethodResult> |
ClassResult.getTestMethodList()
|
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)
|
void |
ClassResult.addTestMethod(MethodResult testMethod)
|
Method parameters in hudson.plugins.testng.results with type arguments of type MethodResult | |
---|---|
void |
ClassResult.addTestMethods(List<MethodResult> list)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |