public class ServletMethodExecutor extends Object implements ContainerMethodExecutor
| Modifier and Type | Field and Description |
|---|---|
static String |
ARQUILLIAN_SERVLET_MAPPING |
static String |
ARQUILLIAN_SERVLET_NAME |
| Constructor and Description |
|---|
ServletMethodExecutor(ServletProtocolConfiguration config,
Collection<HTTPContext> contexts,
CommandCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
invoke(TestMethodExecutor testMethodExecutor)
Invoke a test method deployed in the container.
|
public static final String ARQUILLIAN_SERVLET_NAME
public static final String ARQUILLIAN_SERVLET_MAPPING
public ServletMethodExecutor(ServletProtocolConfiguration config, Collection<HTTPContext> contexts, CommandCallback callback)
public TestResult invoke(TestMethodExecutor testMethodExecutor)
ContainerMethodExecutorinvoke in interface ContainerMethodExecutorCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.