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

Examples of org.jitterbit.integration.client.ui.debug.InteractiveTestInProgressStrategy.handleNewTestRequest()


        @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
Copyright © 2018 www.massapi.com. 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.