org.jboss.arquillian.container.test.impl.client.protocol.local
Class LocalContainerMethodExecutor

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.protocol.local.LocalContainerMethodExecutor
All Implemented Interfaces:
ContainerMethodExecutor

public class LocalContainerMethodExecutor
extends Object
implements ContainerMethodExecutor

LocalContainerMethodExecutor

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
LocalContainerMethodExecutor()
           
 
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
 

Constructor Detail

LocalContainerMethodExecutor

public LocalContainerMethodExecutor()
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.