org.jboss.arquillian.protocol.servlet
Class ServletMethodExecutor

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

public class ServletMethodExecutor
extends java.lang.Object
implements org.jboss.arquillian.spi.ContainerMethodExecutor

ServletMethodExecutor


Constructor Summary
ServletMethodExecutor(java.net.URL baseURL)
           
 
Method Summary
 org.jboss.arquillian.spi.TestResult invoke(org.jboss.arquillian.spi.TestMethodExecutor testMethodExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletMethodExecutor

public ServletMethodExecutor(java.net.URL baseURL)
Method Detail

invoke

public org.jboss.arquillian.spi.TestResult invoke(org.jboss.arquillian.spi.TestMethodExecutor testMethodExecutor)
Specified by:
invoke in interface org.jboss.arquillian.spi.ContainerMethodExecutor