Modifier and Type | Class and Description |
---|---|
class |
CoverageDecorator |
Constructor and Description |
---|
CoverageDecorator(CoverageReceiver queue,
TestUnit child) |
Constructor and Description |
---|
CoverageWorker(CoveragePipe pipe,
List<TestUnit> tests) |
Modifier and Type | Class and Description |
---|---|
class |
TestUnitDecorator |
Modifier and Type | Method and Description |
---|---|
TestUnit |
TestUnitDecorator.child() |
Constructor and Description |
---|
TestUnitDecorator(TestUnit child) |
Modifier and Type | Method and Description |
---|---|
List<TestUnit> |
CompoundTestUnitFinder.findTestUnits(Class<?> clazz) |
List<TestUnit> |
JUnitCustomRunnerTestUnitFinder.findTestUnits(Class<?> clazz) |
List<TestUnit> |
ParameterisedJUnitTestFinder.findTestUnits(Class<?> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
AdaptedJUnitTestUnit |
Modifier and Type | Class and Description |
---|---|
class |
MutationTimeoutDecorator |
Modifier and Type | Method and Description |
---|---|
List<TestUnit> |
TimeOutDecoratedTestSource.translateTests(List<TestInfo> testsInOrder) |
Constructor and Description |
---|
MutationTimeoutDecorator(TestUnit child,
SideEffect timeOutSideEffect,
TimeoutLengthStrategy timeStrategy,
long executionTime) |
Constructor and Description |
---|
TimeOutDecoratedTestSource(TimeoutLengthStrategy timeoutStrategy,
List<TestUnit> allTests,
Reporter r) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestUnit |
Modifier and Type | Method and Description |
---|---|
List<TestUnit> |
TestUnitFinder.findTestUnits(Class<?> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
MultipleTestGroup |
Modifier and Type | Method and Description |
---|---|
List<TestUnit> |
FindTestUnits.findTestUnitsForAllSuppliedClasses(Iterable<Class<?>> classes) |
Modifier and Type | Method and Description |
---|---|
List<TestResult> |
Container.execute(TestUnit c) |
Modifier and Type | Method and Description |
---|---|
void |
Pitest.run(Container container,
List<? extends TestUnit> testUnits) |
Constructor and Description |
---|
MultipleTestGroup(List<TestUnit> children) |
Modifier and Type | Method and Description |
---|---|
List<TestResult> |
UnContainer.execute(TestUnit group) |
Modifier and Type | Class and Description |
---|---|
class |
TestNGTestUnit
Runs tests within a class via TestNG.
|
Modifier and Type | Method and Description |
---|---|
List<TestUnit> |
TestNGTestUnitFinder.findTestUnits(Class<?> clazz) |
Copyright © 2021 org.pitest. All rights reserved.