| Class | Description |
|---|---|
| AbstractCoverageTask |
Base class for all coverage tasks that require agent options
|
| AgentTask |
Ant task that will unpack the coverage agent jar and generate the JVM options
required to use it
|
| CoverageTask |
Container task to run Java/JUnit tasks with the JaCoCo agent jar.
|
| DumpTask |
Ant task for remotely controlling an application that is running with the
tcpserver output mode
|
| InstrumentTask |
Task for offline instrumentation of class files.
|
| MergeTask |
Task for merging a set of execution data files (*.exec) into a single file
|
| ReportTask |
Task for coverage report generation.
|
| ReportTask.GroupElement |
Container element for class file groups.
|
| ReportTask.SourceFilesElement |
The source files are specified in a resource collection with additional
attributes.
|
Copyright © 2024. All rights reserved.