This is a request for instrumentation.
| Type | Name and description |
|---|---|
java.lang.String |
auxClasspathIncludes classes that are required for the coverage but that are not accessible directly by the coverage tool. |
java.lang.String |
destinationPathIt is the destination folder for all the coverage files. |
java.util.List<java.lang.String> |
excludeClassesClasses to be excluded in the instrumentation (evaluated after the included classes). |
java.util.List<java.lang.String> |
ignoreMethodsAnnotationsMethod annotations to ignore. |
boolean |
ignoreTrivialWhen true, trivial lines are ignored. |
java.util.List<java.lang.String> |
ignoresList of lines of code to ignore in the instrumentation process. |
java.util.List<java.lang.String> |
includeClassesClasses to include in the instrumentation. |
java.util.List<java.lang.String> |
instrumentationClassesIncludes the paths of the classes to be instrumented. |
| 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() |
Includes classes that are required for the coverage but that are not accessible directly by the coverage tool.
It is the destination folder for all the coverage files.
Classes to be excluded in the instrumentation (evaluated after the included classes).
Method annotations to ignore.
When true, trivial lines are ignored.
List of lines of code to ignore in the instrumentation process.
Classes to include in the instrumentation.
Includes the paths of the classes to be instrumented.