public final class ConcreteResultCollector extends Object implements ResultCollector
Constructor and Description |
---|
ConcreteResultCollector(Collection<TestResult> feedback) |
Modifier and Type | Method and Description |
---|---|
void |
notifyEnd(Description description) |
void |
notifyEnd(Description description,
Throwable t) |
void |
notifySkipped(Description tu) |
void |
notifyStart(Description tu) |
boolean |
shouldExit() |
public ConcreteResultCollector(Collection<TestResult> feedback)
public void notifyStart(Description tu)
notifyStart
in interface ResultCollector
public void notifySkipped(Description tu)
notifySkipped
in interface ResultCollector
public void notifyEnd(Description description, Throwable t)
notifyEnd
in interface ResultCollector
public void notifyEnd(Description description)
notifyEnd
in interface ResultCollector
public boolean shouldExit()
shouldExit
in interface ResultCollector
Copyright © 2021 org.pitest. All rights reserved.