public class ActivationCommandTest extends ClientCommandTestCase
{
@Test
public void testExecute() {
final Domain theTestDomain = DomainFactory.getDomain("test_domain");
final EventFilter theEventFilter = new TypeEventFilterTestMode();
final TestEventNotification theTestEventNotification = new TestEventNotification();
getRemoteEventConnectorMock().activate(theTestDomain, theEventFilter, theTestEventNotification, getCommandCallback());
testExecute(new ActivationCommand(getRemoteEventConnectorMock(), theTestDomain, theEventFilter, theTestEventNotification, getCommandCallback()));