Uses of Class
hudson.plugins.testng.results.MethodResult
Packages that use MethodResult
-
Uses of MethodResult in hudson.plugins.testng.results
Methods in hudson.plugins.testng.results that return types with arguments of type MethodResultModifier and TypeMethodDescriptionClassResult.getChildren()
ClassResult.getConfigurationMethods()
GroupedTestRun.getConfigurationMethods()
TestNGResult.getFailedConfigs()
TestNGResult.getFailedTests()
TestNGResult.getPassedTests()
TestNGResult.getSkippedConfigs()
TestNGResult.getSkippedTests()
PackageResult.getSortedTestMethodsByStartTime()
Gets all the method results related to this package sorted by the time the methods were executedClassResult.getTestMethods()
GroupedTestRun.getTestMethods()
Methods in hudson.plugins.testng.results with parameters of type MethodResultModifier and TypeMethodDescriptionvoid
GroupedTestRun.addConfigurationMethod
(MethodResult methodResult) void
GroupedTestRun.addTestMethod
(MethodResult methodResult) Method parameters in hudson.plugins.testng.results with type arguments of type MethodResult