Package | Description |
---|---|
org.pitest.coverage.execute | |
org.pitest.mutationtest.execute | |
org.pitest.testapi | |
org.pitest.testapi.execute | |
org.pitest.testapi.execute.containers |
Modifier and Type | Method and Description |
---|---|
void |
ErrorListener.onTestFailure(TestResult tr) |
void |
ErrorListener.onTestSkipped(TestResult tr) |
void |
ErrorListener.onTestSuccess(TestResult tr) |
Modifier and Type | Method and Description |
---|---|
void |
CheckTestHasFailedResultListener.onTestFailure(TestResult tr) |
void |
CheckTestHasFailedResultListener.onTestSkipped(TestResult tr) |
void |
CheckTestHasFailedResultListener.onTestSuccess(TestResult tr) |
Modifier and Type | Method and Description |
---|---|
void |
TestListener.onTestFailure(TestResult tr) |
void |
TestListener.onTestSkipped(TestResult tr) |
void |
TestListener.onTestSuccess(TestResult tr) |
Modifier and Type | Method and Description |
---|---|
List<TestResult> |
Container.execute(TestUnit c) |
Modifier and Type | Method and Description |
---|---|
static Consumer<TestListener> |
ResultType.failure(TestResult result) |
Consumer<TestListener> |
ResultType.getListenerFunction(TestResult result) |
static Consumer<TestListener> |
ResultType.skipped(TestResult result) |
static Consumer<TestListener> |
ResultType.started(TestResult result) |
static Consumer<TestListener> |
ResultType.success(TestResult result) |
Modifier and Type | Method and Description |
---|---|
List<TestResult> |
UnContainer.execute(TestUnit group) |
Constructor and Description |
---|
ConcreteResultCollector(Collection<TestResult> feedback) |
Copyright © 2021 org.pitest. All rights reserved.