IAgent
instead.@Deprecated public final class RT extends Object
Modifier and Type | Method and Description |
---|---|
static void |
dumpCoverageData(File outFile,
boolean stopDataCollection)
Deprecated.
Writes the current execution data to the given file in JaCoCo execution
data format.
|
static void |
dumpCoverageData(File outFile,
boolean merge,
boolean stopDataCollection)
Deprecated.
Writes the current execution data to the given file in JaCoCo execution
data format.
|
public static void dumpCoverageData(File outFile, boolean merge, boolean stopDataCollection) throws IOException
outFile
- file to write execution data tomerge
- if true
, execution data is appended to an
existing filestopDataCollection
- ignoredIOException
- in case of problems with the file outputpublic static void dumpCoverageData(File outFile, boolean stopDataCollection) throws IOException
outFile
- file to write execution data tostopDataCollection
- ignoredIOException
- in case of problems with the file outputCopyright © 2024. All rights reserved.