Class HttpClient
- java.lang.Object
-
- com.chutneytesting.engine.infrastructure.delegation.HttpClient
-
- All Implemented Interfaces:
DelegationClient
public class HttpClient extends Object implements DelegationClient
-
-
Constructor Summary
Constructors Constructor Description HttpClient()HttpClient(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepExecutionReporthandDown(StepDefinition stepDefinition, NamedHostAndPort delegate)
-
-
-
Method Detail
-
handDown
public StepExecutionReport handDown(StepDefinition stepDefinition, NamedHostAndPort delegate) throws CannotDelegateException
- Specified by:
handDownin interfaceDelegationClient- Throws:
CannotDelegateException
-
-