assertEquals(MethodDeclarations.commitMethod, calls.get(3));
assertEquals(0, cache.getTransactionTable().getNumGlobalTransactions());
assertEquals(0, cache.getTransactionTable().getNumLocalTransactions());
cache.stopService();
}
public void testTwoWayRemoteCacheBroadcast() throws Exception