org.jboss.arquillian.protocol.servlet
Class ServletMethodExecutor

java.lang.Object
  extended by org.jboss.arquillian.protocol.servlet.ServletMethodExecutor
All Implemented Interfaces:
ContainerMethodExecutor

public class ServletMethodExecutor
extends Object
implements ContainerMethodExecutor

ServletMethodExecutor

Version:
$Revision: $
Author:
Aslak Knutsen

Field Summary
static String ARQUILLIAN_SERVLET_MAPPING
           
static String ARQUILLIAN_SERVLET_NAME
           
 
Constructor Summary
ServletMethodExecutor(ServletProtocolConfiguration config, Collection<HTTPContext> contexts, CommandCallback callback)
           
 
Method Summary
 TestResult invoke(TestMethodExecutor testMethodExecutor)
          Invoke a test method deployed in the container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ServletMethodExecutor

public ServletMethodExecutor(ServletProtocolConfiguration config,
                             Collection<HTTPContext> contexts,
                             CommandCallback callback)
Method Detail

invoke

public TestResult invoke(TestMethodExecutor testMethodExecutor)
Description copied from interface: ContainerMethodExecutor
Invoke a test method deployed in the container.

Specified by:
invoke in interface ContainerMethodExecutor
Returns:


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.