Package org.jitterbit.integration.client.ui.debug

Examples of org.jitterbit.integration.client.ui.debug.InteractiveTestInProgressStrategy


        @Override
        public void handleNewTestRequest(DebugService service, String testProviderId, IntegrationEntityId debugeeId,
                        DebugController controller, SessionRequester requester) throws DebuggingException {
            IntegrationEntityLookup itemLookup = view.getProject().getItemLookup();
            TestInProgressStrategy worker = new InteractiveTestInProgressStrategy(itemLookup);
            worker.handleNewTestRequest(service, testProviderId, debugeeId, controller, requester);
        }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.debug.InteractiveTestInProgressStrategy

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.