Package org.waveprotocol.wave.testing

Examples of org.waveprotocol.wave.testing.DeferredExecutor


    waveletProvider = mock(WaveletProvider.class);
    robotConnector = mock(RobotConnector.class);
    accountStore = mock(AccountStore.class);
    serializer = mock(RobotSerializer.class);
    converterManager = mock(EventDataConverterManager.class);
    executor = new DeferredExecutor();
    conversationUtil = mock(ConversationUtil.class);
    notifyOpService = mock(NotifyOperationService.class);

    gateway =
        new RobotsGateway(waveletProvider, robotConnector, accountStore, serializer,
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.testing.DeferredExecutor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.