controlSubscription_.verify();
}
public void testReplaceNotifiesAboutAdded() throws Exception
{
EventType[] content = new EventType[] { new EventType("domain", "type") };
EventType eventType = new EventType("domain2", "type2");
EventType[] replace = new EventType[] { new EventType("domain", "type"), eventType };
mockSubscription_.subscription_change(new EventType[] { eventType }, EMPTY);
controlSubscription_.setMatcher(MockControl.ARRAY_MATCHER);
controlSubscription_.replay();