170171172173174175176177
} public static void main(String[] args) { BasicActionTest test = new BasicActionTest(); test.initialise( null, null, args, new LocalHarness() ); test.runTest(); }
642643644645646647648649
} public static void main(String[] args) { AtomicObjectTest3 test = new AtomicObjectTest3(); test.initialise( null, null, args, new LocalHarness() ); test.runTest(); }
121122123124125126127128
} public static void main(String[] args) { ConcurrencyTest test = new ConcurrencyTest(); test.initialise( null, null, args, new LocalHarness() ); test.runTest(); }
427428429430431432433434
} public static void main(String[] args) { AtomicObjectTest1 test = new AtomicObjectTest1(); test.initialise( null, null, args, new LocalHarness() ); test.runTest(); }
118119120121122123124125
} public static void main(String[] args) { DestroyTest test = new DestroyTest(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
7071727374757677
} public static void main(String[] args) { JTATransactionCommitTest test = new JTATransactionCommitTest(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
185186187188189190191192
} public static void main(String[] args) { JTATest test = new JTATest(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
9293949596979899
} public static void main (String[] args) { SuspendResume test = new SuspendResume(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
8485868788899091
} public static void main (String[] args) { NullResource test = new NullResource(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
116117118119120121122123
} public static void main(String[] args) { JTAAbort test = new JTAAbort(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }