public class KotlinLocalFunctionInsideIgnoredMethodFilter extends java.lang.Object implements MethodFilter
In case of several methods with the same name, this check could be false positive:
adding ignore annotation to a foo()V method, local functions for foo(I)V will be also ignored.
| Constructor and Description |
|---|
KotlinLocalFunctionInsideIgnoredMethodFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldIgnore(InstrumentationData context) |
public KotlinLocalFunctionInsideIgnoredMethodFilter()
public boolean shouldIgnore(InstrumentationData context)
shouldIgnore in interface MethodFilter