Modifier and Type | Method and Description |
---|---|
Description |
CoverageResult.getTestUnitDescription() |
Modifier and Type | Method and Description |
---|---|
void |
CoverageReceiver.recordTestOutcome(Description description,
boolean wasGreen,
int executionTime) |
Constructor and Description |
---|
CoverageResult(Description testUnitDescription,
int executionTime,
boolean greenSuite,
Collection<BlockLocation> visitedBlocks) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorListener.onTestStart(Description d) |
void |
CoveragePipe.recordTestOutcome(Description description,
boolean wasGreen,
int executionTime) |
Modifier and Type | Method and Description |
---|---|
Description |
TestUnitDecorator.getDescription() |
Constructor and Description |
---|
CustomRunnerExecutor(Description description,
org.junit.runner.Runner runner,
ResultCollector rc) |
Modifier and Type | Method and Description |
---|---|
List<Description> |
CheckTestHasFailedResultListener.getFailingTests() |
List<Description> |
CheckTestHasFailedResultListener.getSucceedingTests() |
Modifier and Type | Method and Description |
---|---|
void |
CheckTestHasFailedResultListener.onTestStart(Description d) |
Modifier and Type | Method and Description |
---|---|
Description |
TestUnit.getDescription() |
Description |
AbstractTestUnit.getDescription() |
Description |
TestResult.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
ResultCollector.notifyEnd(Description description) |
void |
ResultCollector.notifyEnd(Description description,
Throwable t) |
void |
ResultCollector.notifySkipped(Description description) |
void |
ResultCollector.notifyStart(Description description) |
void |
TestListener.onTestStart(Description d) |
Constructor and Description |
---|
AbstractTestUnit(Description description) |
TestResult(Description description,
Throwable t) |
TestResult(Description description,
Throwable t,
TestUnitState state) |
Modifier and Type | Method and Description |
---|---|
void |
ExitingResultCollector.notifyEnd(Description description) |
void |
ExitingResultCollector.notifyEnd(Description description,
Throwable t) |
void |
ExitingResultCollector.notifySkipped(Description description) |
void |
ExitingResultCollector.notifyStart(Description description) |
Modifier and Type | Method and Description |
---|---|
void |
ConcreteResultCollector.notifyEnd(Description description) |
void |
ConcreteResultCollector.notifyEnd(Description description,
Throwable t) |
void |
ConcreteResultCollector.notifySkipped(Description tu) |
void |
ConcreteResultCollector.notifyStart(Description tu) |
Constructor and Description |
---|
TestNGAdapter(Class<?> clazz,
Description d,
ResultCollector rc) |
Copyright © 2021 org.pitest. All rights reserved.