public class ExitingResultCollector extends Object implements ResultCollector
Constructor and Description |
---|
ExitingResultCollector(ResultCollector child) |
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() |
public ExitingResultCollector(ResultCollector child)
public void notifySkipped(Description description)
notifySkipped
in interface ResultCollector
public void notifyStart(Description description)
notifyStart
in interface ResultCollector
public boolean shouldExit()
shouldExit
in interface ResultCollector
public void notifyEnd(Description description, Throwable t)
notifyEnd
in interface ResultCollector
public void notifyEnd(Description description)
notifyEnd
in interface ResultCollector
Copyright © 2021 org.pitest. All rights reserved.