338339340341342343344345
} public static void main(String[] args) { ActionTestServer test = new ActionTestServer(); test.initialise( null, null, args, new LocalHarness() ); test.runTest(); }