|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vladium.emma.rt.RT
IAgent
instead.
@Deprecated public final class RT
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.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
- ignored
IOException
- in case of problems with the file outputpublic static void dumpCoverageData(File outFile, boolean stopDataCollection) throws IOException
outFile
- file to write execution data tostopDataCollection
- ignored
IOException
- in case of problems with the file output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |