Uses of Interface
de.rwth.swc.coffee4j.junit.engine.result.ExecutionResult
-
Packages that use ExecutionResult Package Description de.rwth.swc.coffee4j.junit.engine.result -
-
Uses of ExecutionResult in de.rwth.swc.coffee4j.junit.engine.result
Classes in de.rwth.swc.coffee4j.junit.engine.result that implement ExecutionResult Modifier and Type Class Description classExceptionalValueResultClass used to wrap results of the normal control-flow that are not within a valid range.classExceptionResultClass used to wrapExceptions.classValueResultClass used to wrap results of the normal control-flow that are within a valid range.Methods in de.rwth.swc.coffee4j.junit.engine.result that return ExecutionResult Modifier and Type Method Description ExecutionResultDefaultResultWrapper. runTestFunction(Callable<?> callable)ExecutionResultResultWrapper. runTestFunction(Callable<?> callable)Executes a function and wraps the result into anExecutionResult.Methods in de.rwth.swc.coffee4j.junit.engine.result with parameters of type ExecutionResult Modifier and Type Method Description voidResultValidator. check(ExecutionResult result, ExecutionResult expectedResult)checks whether the givenExecutionResults are equal.
-