Class ManagedTestResultNotification.ManagedTestResult
java.lang.Object
org.opentestfactory.dto.v1.ManagedTestResultNotification.ManagedTestResult
- Enclosing class:
ManagedTestResultNotification
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Integerfinal OTFTestStatusfinal Map<Integer, OTFTestStatus> -
Constructor Summary
ConstructorsConstructorDescriptionManagedTestResult(OTFTestStatus reportStatus, Map<Integer, OTFTestStatus> stepStatuses, Integer duration, List<String> failureDetails) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
reportStatus
-
stepStatuses
-
duration
-
failureDetails
-
-
Constructor Details
-
ManagedTestResult
public ManagedTestResult(OTFTestStatus reportStatus, Map<Integer, OTFTestStatus> stepStatuses, Integer duration, List<String> failureDetails)
-
-
Method Details
-
getReportStatus
-
getStepStatuses
-
getDuration
-
getFailureDetails
-