Class SurefireTestResult
java.lang.Object
org.opentestfactory.report.interpreter.base.application.result.SurefireTestResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSurefireTestResult(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) -
Method Summary
-
Field Details
-
className
-
testCaseName
-
status
-
duration
-
attachmentOrigin
-
-
Constructor Details
-
SurefireTestResult
public SurefireTestResult(String className, String testCaseName, SurefireTestResult.SurefireStatus status, Integer duration, org.opentestfactory.dto.v1.ErrorFailureDetails failureDetails, org.opentestfactory.dto.v1.ErrorFailureDetails errorDetails, String attachmentOrigin) -
SurefireTestResult
-
SurefireTestResult
-
-
Method Details
-
isConvertibleToNotificationTestResult
public boolean isConvertibleToNotificationTestResult() -
convert
public org.opentestfactory.dto.v1.TestResultNotification.TestResult convert() -
getFailureDetails
public org.opentestfactory.dto.v1.ErrorFailureDetails getFailureDetails() -
getErrorDetails
public org.opentestfactory.dto.v1.ErrorFailureDetails getErrorDetails() -
getErrorsList
-
getWarningList
-