final EventFilter theEventFilter = new TypeEventFilterTestMode();
final TestEventNotification theTestEventNotification = new TestEventNotification();
getRemoteEventConnectorMock().activate(theTestDomain, theEventFilter, theTestEventNotification, getCommandCallback());
testExecute(new ActivationCommand(getRemoteEventConnectorMock(), theTestDomain, theEventFilter, theTestEventNotification, getCommandCallback()));
}