org.jboss.arquillian.impl.handler
Class ContainerTestExecuter

java.lang.Object
  extended by org.jboss.arquillian.impl.handler.ContainerTestExecuter
All Implemented Interfaces:
EventHandler<Test>

public class ContainerTestExecuter
extends Object
implements EventHandler<Test>

A Handler for executing the remote Test Method.

Imports:
DeployableContainer

Exports:
TestResult

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
DeployableContainer

Constructor Summary
ContainerTestExecuter()
           
 
Method Summary
 void callback(Context context, Test event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerTestExecuter

public ContainerTestExecuter()
Method Detail

callback

public void callback(Context context,
                     Test event)
              throws Exception
Specified by:
callback in interface EventHandler<Test>
Throws:
Exception


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