Extension for instrumentation
| Type | Name and description |
|---|---|
java.lang.String |
auxClassPathAuxiliary classpath to use. |
java.util.List<java.lang.String> |
excludeClassesList of classes to exclude from the code coverage after taking include classes into consideration. |
java.util.List<java.lang.String> |
ignoreMethodAnnotationsList of method annotations to ignore during the code coverage process. |
boolean |
ignoreTrivialWhen true, trivial code is ignored. |
java.util.List<java.lang.String> |
ignoresIndicate lines of code to be ignored during instrumentation. |
java.util.List<java.lang.String> |
includeClassesList of classes to be taken into account in the coverage. |
| Type | Name and description |
|---|---|
java.lang.Object |
auxClasspath(java.lang.String auxClasspath) |
static java.lang.Object |
build(java.lang.Object closure) |
java.lang.Object |
excludeClass(java.lang.String classDef) |
java.lang.Object |
ignore(java.lang.String ignore) |
java.lang.Object |
ignoreMethodAnnotation(java.lang.String methodAnnotation) |
java.lang.Object |
ignoreTrivial(boolean ignoreTrivial) |
java.lang.Object |
includeClass(java.lang.String classDef) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Auxiliary classpath to use.
List of classes to exclude from the code coverage after taking include classes into consideration.
List of method annotations to ignore during the code coverage process.
When true, trivial code is ignored.
Indicate lines of code to be ignored during instrumentation.
List of classes to be taken into account in the coverage.