Uses of Class
com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
Packages that use FlakySuiteResult
-
Uses of FlakySuiteResult in com.google.jenkins.flakyTestHandler.junit
Methods in com.google.jenkins.flakyTestHandler.junit that return FlakySuiteResultModifier and TypeMethodDescriptionFlakySuiteResult.getPreviousResult()FlakyCaseResult.getSuiteResult()Methods in com.google.jenkins.flakyTestHandler.junit that return types with arguments of type FlakySuiteResultMethods in com.google.jenkins.flakyTestHandler.junit with parameters of type FlakySuiteResultModifier and TypeMethodDescriptionvoidFlakyCaseResult.freeze(FlakySuiteResult parent) voidFlakyCaseResult.setParentSuiteResult(FlakySuiteResult parent) Constructors in com.google.jenkins.flakyTestHandler.junit with parameters of type FlakySuiteResultModifierConstructorDescriptionFlakyCaseResult(FlakySuiteResult parent, String testName, String errorStackTrace) Used to create a fake failure, when Hudson fails to load data from XML files.