Package com.vladium.emma.rt
Class RT
java.lang.Object
com.vladium.emma.rt.RT
Deprecated.
Compatibility layer for the EMMA runtime which allows to trigger dumps
through EMMA APIs. Note that even this class emulates an EMMA API the files
written are in JaCoCo execution data format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
RT
private RT()Deprecated.
-
-
Method Details
-
dumpCoverageData
public static void dumpCoverageData(File outFile, boolean merge, boolean stopDataCollection) throws IOException Deprecated.Writes the current execution data to the given file in JaCoCo execution data format.- Parameters:
outFile
- file to write execution data tomerge
- iftrue
, execution data is appended to an existing filestopDataCollection
- ignored- Throws:
IOException
- in case of problems with the file output
-
dumpCoverageData
Deprecated.Writes the current execution data to the given file in JaCoCo execution data format. If the file already exists new data is appended.- Parameters:
outFile
- file to write execution data tostopDataCollection
- ignored- Throws:
IOException
- in case of problems with the file output
-
IAgent
instead.