Class RESTMethodExecutor
java.lang.Object
org.jboss.arquillian.protocol.servlet5.ServletMethodExecutor
org.jboss.arquillian.protocol.rest.RESTMethodExecutor
- All Implemented Interfaces:
ContainerMethodExecutor
-
Field Summary
FieldsFields inherited from class org.jboss.arquillian.protocol.servlet5.ServletMethodExecutor
ARQUILLIAN_SERVLET_MAPPING, ARQUILLIAN_SERVLET_NAME, callback, config, uriHandler -
Constructor Summary
ConstructorsConstructorDescriptionRESTMethodExecutor(ServletProtocolConfiguration config, Collection<HTTPContext> contexts, CommandCallback callback) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.arquillian.test.spi.TestResultinvoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor) Methods inherited from class org.jboss.arquillian.protocol.servlet5.ServletMethodExecutor
createCommandServicePullTimer, execute, executeWithRetry, prepareHttpConnection
-
Field Details
-
ARQUILLIAN_REST_NAME
- See Also:
-
ARQUILLIAN_REST_MAPPING
- See Also:
-
-
Constructor Details
-
RESTMethodExecutor
public RESTMethodExecutor(ServletProtocolConfiguration config, Collection<HTTPContext> contexts, CommandCallback callback)
-
-
Method Details
-
invoke
public org.jboss.arquillian.test.spi.TestResult invoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor) - Specified by:
invokein interfaceContainerMethodExecutor- Overrides:
invokein classServletMethodExecutor
-