org.jboss.arquillian.protocol.servlet
Class ServletMethodExecutor
java.lang.Object
org.jboss.arquillian.protocol.servlet.ServletMethodExecutor
- All Implemented Interfaces:
- ContainerMethodExecutor
public class ServletMethodExecutor
- extends Object
- implements ContainerMethodExecutor
ServletMethodExecutor
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
|
Method Summary |
URI |
getBaseURI()
|
org.jboss.arquillian.test.spi.TestResult |
invoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARQUILLIAN_SERVLET_NAME
public static final String ARQUILLIAN_SERVLET_NAME
- See Also:
- Constant Field Values
ARQUILLIAN_SERVLET_MAPPING
public static final String ARQUILLIAN_SERVLET_MAPPING
- See Also:
- Constant Field Values
ServletMethodExecutor
public ServletMethodExecutor(URI baseURI,
CommandCallback callback)
getBaseURI
public URI getBaseURI()
- Returns:
- the baseURI
invoke
public org.jboss.arquillian.test.spi.TestResult invoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor)
- Specified by:
invoke in interface ContainerMethodExecutor
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.