TestKillRestartMulti

Standalone recovery test. A new process is started and then killed while it executes random statements using multiple connection.

Methods
static void main(String... args)
This method is called when executing this application from the command line.
static void main(String... args) throws Exception
This method is called when executing this application from the command line. Note that this entry can be used in two different ways, either (a) running just this test (b) or when this test invokes itself in a child process
Parameters:
args - the command line parameters
void test()
void test() throws Exception