Package com.jk.core.test
Class ExecDump
java.lang.Object
com.jk.core.test.ExecDump
This class is used for dumping execution data from an execution data file.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
ConstructorsConstructorDescriptionExecDump
(PrintStream out) This method constructs a newExecDump
with the specifies output stream. -
Method Summary
-
Constructor Details
-
ExecDump
This method constructs a newExecDump
with the specifies output stream.- Parameters:
out
- Specifies the output stream to which the execution data will be dumped.
-
-
Method Details
-
dump
This method dumps the execution data from a given file.- Parameters:
file
- Specifies the file containing the execution data.- Throws:
IOException
- if an I/O exception has occurred.
-