Interface CombinationFormatter
-
- All Known Implementing Classes:
JavaFormatter,NoOpFormatter
public interface CombinationFormatterInterface used byExecutionReporters to format found exception-inducing combinations. One format might be java-code that can directly be integrated into anInputParameterModel.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Stringformat(Combination combination)Formats a given combination.
-
-
-
Method Detail
-
format
default String format(Combination combination)
Formats a given combination.- Parameters:
combination- the combination to format.- Returns:
- returns the formatted combination. Default: no formatting.
-
-