prevayler1.execute(transaction);
assertAllSystemsEqual();
}
public void testMultipleTransactionExecutions() throws Exception {
Transaction transaction = new AddToList("And once more");
prevayler2.execute(transaction);
assertAllSystemsEqual();
prevayler2.execute(transaction);
assertAllSystemsEqual();