public interface TestListener
Modifier and Type | Method and Description |
---|---|
void |
onRunEnd() |
void |
onRunStart() |
void |
onTestFailure(TestResult tr) |
void |
onTestSkipped(TestResult tr) |
void |
onTestStart(Description d) |
void |
onTestSuccess(TestResult tr) |
void onRunStart()
void onTestStart(Description d)
void onTestFailure(TestResult tr)
void onTestSkipped(TestResult tr)
void onTestSuccess(TestResult tr)
void onRunEnd()
Copyright © 2021 org.pitest. All rights reserved.