| Package | Description |
|---|---|
| org.pitest.bytecode.analysis |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<MethodTree> |
MethodMatchers.forLocation(Location location) |
static F<MethodTree,Predicate<MutationDetails>> |
AnalysisFunctions.matchMutationsInMethod() |
Option<MethodTree> |
ClassTree.method(Location loc) |
FunctionalList<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 © 2019 MuDebug. All rights reserved.