| java.lang.Object org.h2.test.trace.Player
Player | public class Player (Code) | | This tool can re-run Java style log files. There is no size limit.
|
execute | public static void execute(String fileName, boolean log, boolean checkResult) throws IOException(Code) | | Execute a trace file.
Parameters: fileName - Parameters: log - print debug information Parameters: checkResult - if the result of each method should be comparedagainst the result in the file |
main | public static void main(String[] args) throws Exception(Code) | | Execute a trace file using the command line. The log file name to execute
(replayed) must be specified as the last parameter. The following
optional command line parameters are supported:
-log to enable logging the executed statement to
System.out
Parameters: args - the arguments of the application |
|
|