Uses of Class
com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
Packages that use FlakyCaseResult
-
Uses of FlakyCaseResult in com.google.jenkins.flakyTestHandler.junit
Methods in com.google.jenkins.flakyTestHandler.junit that return FlakyCaseResultModifier and TypeMethodDescriptionReturns theCaseResult
whoseCaseResult.getName()
is the same as the given string.FlakyClassResult.getCaseResult
(String name) FlakyCaseResult.getPreviousResult()
Methods in com.google.jenkins.flakyTestHandler.junit that return types with arguments of type FlakyCaseResultModifier and TypeMethodDescriptionFlakyTestResult.getAllTests()
FlakySuiteResult.getCases()
FlakyClassResult.getChildren()
FlakyPackageResult.getFailedTests()
Returns a list of the failed cases, in no particular sort orderFlakyTestResult.getFailedTests()
FlakyPackageResult.getFlakyTests()
Gets the "children" of this test result that were flakyFlakyTestResult.getFlakyTests()
Methods in com.google.jenkins.flakyTestHandler.junit with parameters of type FlakyCaseResultModifier and TypeMethodDescriptionvoid
FlakyClassResult.add
(FlakyCaseResult r) int
FlakyCaseResult.compareTo
(FlakyCaseResult that)