Class TestCaseResult
java.lang.Object
io.github.microcks.testcontainers.model.TestCaseResult
Companion objects for TestResult. Each TestCaseResult correspond to a particular service operation / action reference
by the operationName field. TestCaseResults owns a collection of TestStepResults (one for every request associated
to service operation / action).
- Author:
- laurent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanvoidsetElapsedTime(long elapsedTime) voidsetOperationName(String operationName) voidsetSuccess(boolean success) voidsetTestStepResults(List<TestStepResult> testStepResults)
-
Constructor Details
-
TestCaseResult
public TestCaseResult()
-
-
Method Details
-
isSuccess
public boolean isSuccess() -
setSuccess
public void setSuccess(boolean success) -
getElapsedTime
public long getElapsedTime() -
setElapsedTime
public void setElapsedTime(long elapsedTime) -
getOperationName
-
setOperationName
-
getTestStepResults
-
setTestStepResults
-