public class ErrorListener extends Object implements TestListener
Constructor and Description |
---|
ErrorListener() |
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) |
public void onRunStart()
onRunStart
in interface TestListener
public void onTestStart(Description d)
onTestStart
in interface TestListener
public void onTestFailure(TestResult tr)
onTestFailure
in interface TestListener
public void onTestSkipped(TestResult tr)
onTestSkipped
in interface TestListener
public void onTestSuccess(TestResult tr)
onTestSuccess
in interface TestListener
public void onRunEnd()
onRunEnd
in interface TestListener
Copyright © 2021 org.pitest. All rights reserved.