public interface Reporter
Modifier and Type | Method and Description |
---|---|
void |
add(StepReport stepReport) |
int |
getCompleted() |
int |
getFailures() |
void |
report() |
void |
throwIfMaxErrors() |
void report()
void add(StepReport stepReport)
int getCompleted()
void throwIfMaxErrors()
int getFailures()