final Domain theTestDomain = DomainFactory.getDomain("test_domain");
final TypeEventFilterTestMode theTestEventFilter = new TypeEventFilterTestMode();
getRemoteEventConnectorMock().registerEventFilter(theTestDomain, theTestEventFilter, getCommandCallback());
testExecute(new RegistrationEventFilterCommand(getRemoteEventConnectorMock(), theTestDomain, theTestEventFilter, getCommandCallback()));
}