Class ExecDump

java.lang.Object
com.jk.core.test.ExecDump

public final class ExecDump extends Object
This class is used for dumping execution data from an execution data file.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • ExecDump

      public ExecDump(PrintStream out)
      This method constructs a new ExecDump with the specifies output stream.
      Parameters:
      out - Specifies the output stream to which the execution data will be dumped.
  • Method Details

    • dump

      public void dump(File file) throws IOException
      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.