Package | Description |
---|---|
org.pitest.bytecode.analysis |
Modifier and Type | Method and Description |
---|---|
static Predicate<MethodTree> |
MethodMatchers.forLocation(Location location) |
static Function<MethodTree,Predicate<MutationDetails>> |
AnalysisFunctions.matchMutationsInMethod() |
Optional<MethodTree> |
ClassTree.method(Location loc) |
List<MethodTree> |
ClassTree.methods() |
static Predicate<MethodTree> |
MethodMatchers.named(String name)
Match a method based on its name, as methods can be overloaded
this should be used with caution.
|
Copyright © 2021 org.pitest. All rights reserved.