Interface ResultWrapper
-
- All Known Implementing Classes:
DefaultResultWrapper
public interface ResultWrapperInterface used to wrap execution results for identification of exception-inducing combinations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionResultrunTestFunction(Callable<?> callable)Executes a function and wraps the result into anExecutionResult.
-
-
-
Method Detail
-
runTestFunction
ExecutionResult runTestFunction(Callable<?> callable)
Executes a function and wraps the result into anExecutionResult.- Parameters:
callable- the test function to execute.- Returns:
- returns the wrapped result in form of an
ExecutionResult.
-
-