Interface InterpretationIssue
-
public interface InterpretationIssue
Interpretation issues allow to signal deviations from the expected control flow, e. g. the occurence of a simulated failure. It is up to the Interpreter to implement a concrete issue type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isHandled()
-