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)
ContainerMethodExecutor
invoke
in interface ContainerMethodExecutor
Copyright © 2014 JBoss by Red Hat. All rights reserved.