assertFalse(myRemoteEventConnector.isActive());
}
@Test
public void testInit_3() {
DefaultRemoteEventServiceFactoryTestMode theEventServiceFactoryTestMode = DefaultRemoteEventServiceFactoryTestMode.getInstance();
EventServiceAsync theEventServiceAsyncDummy = new EventServiceAsyncSuccessDummy();
GWTRemoteEventConnector theGWTRemoteEventConnector = theEventServiceFactoryTestMode.getGWTRemoteEventConnector(theEventServiceAsyncDummy);
theGWTRemoteEventConnector.init(new AsyncCallback<EventServiceConfigurationTransferable>() {
public void onSuccess(EventServiceConfigurationTransferable anEventServiceConfigurationTransferable) {}
public void onFailure(Throwable aThrowable) {}
});