Uses of Class
org.squashtest.tm.service.testautomation.spi.UnreadableResponseException

Packages that use UnreadableResponseException
org.squashtest.tm.service.testautomation.spi   
 

Uses of UnreadableResponseException in org.squashtest.tm.service.testautomation.spi
 

Methods in org.squashtest.tm.service.testautomation.spi that throw UnreadableResponseException
 void TestAutomationConnector.executeTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests, String reference)
          Given a bunch of tests, must tell the remote server to execute them.
 void TestAutomationConnector.executeTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests, String reference, TestAutomationCallbackService callbackService)
           Same than TestAutomationConnector.executeTests(Collection, String) (in particular, it must return as soon as the tests have started).
 Map<org.squashtest.tm.domain.testautomation.AutomatedTest,URL> TestAutomationConnector.getResultURLs(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests, String reference)
          Given a bunch of tests, must return the URLs of their executions, that can be identified by the reference.
 Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> TestAutomationConnector.listProjectsOnServer(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
          Given a server (that contains everything you need to connect it), returns the collection of TestAutomationProject that it hosts.
 Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> TestAutomationConnector.listTestsInProject(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
          Given a project (that contains everything you need to connect it), returns the collection of AutomatedTest that it contains
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.