Package | Description |
---|---|
org.pitest.coverage | |
org.pitest.mutationtest.engine | |
org.pitest.mutationtest.execute |
Modifier and Type | Method and Description |
---|---|
static Function<TestInfo,ClassName> |
TestInfo.toDefiningClassName() |
static Function<TestInfo,String> |
TestInfo.toName() |
Modifier and Type | Method and Description |
---|---|
List<TestInfo> |
MutationDetails.getTestsInOrder()
Returns the tests that cover this mutation in optimised order
|
Modifier and Type | Method and Description |
---|---|
void |
MutationDetails.addTestsInOrder(Collection<TestInfo> testNames)
Adds tests to the list of covering tests
|
Modifier and Type | Method and Description |
---|---|
List<TestUnit> |
TimeOutDecoratedTestSource.translateTests(List<TestInfo> testsInOrder) |
Copyright © 2021 org.pitest. All rights reserved.