Modifier and Type | Method and Description |
---|---|
InterceptorType |
MutationInterceptor.type() |
InterceptorType |
CompoundMutationInterceptor.type() |
static InterceptorType |
InterceptorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorType[] |
InterceptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InterceptorType |
ExcludedAnnotationInterceptor.type() |
Modifier and Type | Method and Description |
---|---|
InterceptorType |
EqualsPerformanceShortcutFilter.type() |
Modifier and Type | Method and Description |
---|---|
InterceptorType |
ForEachLoopFilter.type() |
InterceptorType |
TryWithResourcesFilter.type() |
InterceptorType |
ImplicitNullCheckFilter.type() |
InterceptorType |
MethodReferenceNullCheckFilter.type() |
InterceptorType |
EnumConstructorFilter.type() |
InterceptorType |
InlinedFinallyBlockFilter.type() |
Modifier and Type | Method and Description |
---|---|
InterceptorType |
KotlinFilter.type() |
Modifier and Type | Method and Description |
---|---|
InterceptorType |
LoggingCallsFilter.type() |
Modifier and Type | Method and Description |
---|---|
InterceptorType |
AvoidForLoopCounterFilter.type() |
InterceptorType |
InfiniteLoopFilter.type() |
Modifier and Type | Method and Description |
---|---|
InterceptorType |
LimitNumberOfMutationPerClassFilter.type() |
Modifier and Type | Method and Description |
---|---|
InterceptorType |
MutantExportInterceptor.type() |
Copyright © 2021 org.pitest. All rights reserved.