Uses of Enum Class
org.opentestfactory.report.interpreter.base.application.result.SurefireTestResult.SurefireStatus
Packages that use SurefireTestResult.SurefireStatus
-
Uses of SurefireTestResult.SurefireStatus in org.opentestfactory.report.interpreter.base.application.result
Subclasses with type arguments of type SurefireTestResult.SurefireStatus in org.opentestfactory.report.interpreter.base.application.resultFields in org.opentestfactory.report.interpreter.base.application.result declared as SurefireTestResult.SurefireStatusMethods in org.opentestfactory.report.interpreter.base.application.result that return SurefireTestResult.SurefireStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SurefireTestResult.SurefireStatus[]SurefireTestResult.SurefireStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opentestfactory.report.interpreter.base.application.result with parameters of type SurefireTestResult.SurefireStatusModifierConstructorDescriptionSurefireTestResult(String className, String testCaseName, SurefireTestResult.SurefireStatus status, Integer duration, List<org.opentestfactory.dto.v1.Error> failureList, List<org.opentestfactory.dto.v1.Error> warningList, String attachmentOrigin) SurefireTestResult(String className, String testCaseName, SurefireTestResult.SurefireStatus status, Integer duration, org.opentestfactory.dto.v1.ErrorFailureDetails failureDetails, List<org.opentestfactory.dto.v1.Error> errorsList, String attachmentOrigin) SurefireTestResult(String className, String testCaseName, SurefireTestResult.SurefireStatus status, Integer duration, org.opentestfactory.dto.v1.ErrorFailureDetails failureDetails, org.opentestfactory.dto.v1.ErrorFailureDetails errorDetails, String attachmentOrigin)