list.add(new TestEvent("C"));
return list;
}
public void testCompleteSequence() {
sequence.checkExpectations(ExpectationState.CURRENT, new TestEvent("A"), report);
sequence.checkExpectations(ExpectationState.CURRENT, new TestEvent("B"), report);
sequence.checkExpectations(ExpectationState.CURRENT, new TestEvent("C"), report);
sequence.verify();
}