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