public interface StopMethodMatchers
| Modifier and Type | Method and Description |
|---|---|
static StopMethodMatcher |
isDelegate() |
static StopMethodMatcher |
isDeprecated() |
static StopMethodMatcher |
isEmptyVoid() |
static StopMethodMatcher |
isEnumGenerated() |
static StopMethodMatcher |
isHashCode() |
static StopMethodMatcher |
isSimpleGetter() |
static StopMethodMatcher |
isSimpleSetter() |
static StopMethodMatcher |
isStaticInitializer() |
static StopMethodMatcher |
isSynthetic() |
static StopMethodMatcher |
isToString() |
static org.pitest.sequence.Match<org.objectweb.asm.tree.AbstractInsnNode> |
opCodeBetween(int lower,
int upper) |
static StopMethodMatcher |
returnsAConstant() |
static StopMethodMatcher |
returnsAnEmptyArray() |
static StopMethodMatcher isEnumGenerated()
static StopMethodMatcher isToString()
static StopMethodMatcher isHashCode()
static StopMethodMatcher isDeprecated()
static StopMethodMatcher isEmptyVoid()
static StopMethodMatcher isSynthetic()
static org.pitest.sequence.Match<org.objectweb.asm.tree.AbstractInsnNode> opCodeBetween(int lower,
int upper)
static StopMethodMatcher isSimpleGetter()
static StopMethodMatcher isSimpleSetter()
static StopMethodMatcher returnsAConstant()
static StopMethodMatcher isDelegate()
static StopMethodMatcher isStaticInitializer()
static StopMethodMatcher returnsAnEmptyArray()
Copyright © 2018 eu.stamp-project. All rights reserved.