Modifier and Type | Method and Description |
---|---|
void |
CoverageDecorator.execute(ResultCollector rc) |
Modifier and Type | Method and Description |
---|---|
abstract void |
TestUnitDecorator.execute(ResultCollector rc) |
Modifier and Type | Method and Description |
---|---|
void |
AdaptedJUnitTestUnit.execute(ResultCollector rc) |
Constructor and Description |
---|
CustomRunnerExecutor(Description description,
org.junit.runner.Runner runner,
ResultCollector rc) |
Modifier and Type | Method and Description |
---|---|
void |
MutationTimeoutDecorator.execute(ResultCollector rc) |
Modifier and Type | Method and Description |
---|---|
void |
TestUnit.execute(ResultCollector rc) |
abstract void |
AbstractTestUnit.execute(ResultCollector rc) |
Modifier and Type | Class and Description |
---|---|
class |
ExitingResultCollector |
Modifier and Type | Method and Description |
---|---|
void |
MultipleTestGroup.execute(ResultCollector rc) |
Constructor and Description |
---|
ExitingResultCollector(ResultCollector child) |
Modifier and Type | Class and Description |
---|---|
class |
ConcreteResultCollector |
Modifier and Type | Method and Description |
---|---|
void |
TestNGTestUnit.execute(ResultCollector rc) |
Constructor and Description |
---|
TestNGAdapter(Class<?> clazz,
Description d,
ResultCollector rc) |
Copyright © 2021 org.pitest. All rights reserved.