642643644645646647648649
} public static void main(String[] args) { AtomicObjectTest3 test = new AtomicObjectTest3(); 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(); }
121122123124125126127128
} public static void main(String[] args) { ConcurrencyTest test = new ConcurrencyTest(); 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(); }
114115116117118119120121
} public static void main(String[] args) { AtomicTest test = new AtomicTest(); test.initialise( null, null, args, new LocalHarness() ); test.runTest(); }
108109110111112113114115
} public static void main(String[] args) { PersistenceTest test = new PersistenceTest(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
99100101102103104105106
} public static void main(String[] args) { RecoverableTest test = new RecoverableTest(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
170171172173174175176177
} public static void main(String[] args) { BasicActionTest test = new BasicActionTest(); test.initialise( null, null, args, new LocalHarness() ); test.runTest(); }
7071727374757677
} public static void main(String[] args) { Hammer test = new Hammer(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }
104105106107108109110111
} public static void main(String[] args) { JTATransactionCommitTest test = new JTATransactionCommitTest(); test.initialise(null, null, args, new LocalHarness()); test.runTest(); }