Class HttpAction
- java.lang.Object
-
- com.chutneytesting.action.http.domain.HttpAction
-
public class HttpAction extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActionExecutionResulthttpCall(Logger logger, Supplier<org.springframework.http.ResponseEntity<String>> caller)
-
-
-
Method Detail
-
httpCall
public static ActionExecutionResult httpCall(Logger logger, Supplier<org.springframework.http.ResponseEntity<String>> caller)
-
-