public interface ResultCollector
Modifier and Type | Method and Description |
---|---|
void |
notifyEnd(Description description) |
void |
notifyEnd(Description description,
Throwable t) |
void |
notifySkipped(Description description) |
void |
notifyStart(Description description) |
boolean |
shouldExit() |
void notifyEnd(Description description, Throwable t)
void notifyEnd(Description description)
void notifyStart(Description description)
void notifySkipped(Description description)
boolean shouldExit()
Copyright © 2021 org.pitest. All rights reserved.