// byteman rules will ensure that the reaper and reaperworker rendezvous gte deleted
// under this call
TransactionReaper.terminate(false);
assertEquals(0, reaper.numberOfTransactions());
assertTrue(reapable0.getCancelTried());
assertTrue(reapable1.getCancelTried());
assertTrue(reapable2.getCancelTried());
assertTrue(reapable3.getCancelTried());