| Modifier and Type | Class and Description |
|---|---|
class |
ThirdPartyMethodReplacementClass
Third-party libraries might or might not be on the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MethodReplacementClass> |
ReplacementList.getList()
Return all the available method replacement classes.
|
static List<MethodReplacementClass> |
ReplacementList.getReplacements(String target) |
static List<MethodReplacementClass> |
ReplacementList.getReplacements(String target,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Method> |
ReplacementUtils.chooseMethodFromCandidateReplacement(boolean isInSUT,
String name,
String desc,
List<MethodReplacementClass> candidateClasses,
boolean requirePure,
String contextClassName) |
Copyright © 2016–2024. All rights reserved.