org.jboss.arquillian.impl.handler
Class TestEventExecuter

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

public class TestEventExecuter
extends Object
implements EventHandler<Test>

A Handler for executing the Test Method.

Exports:
TestResult

Version:
$Revision: $
Author:
Aslak Knutsen

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

TestEventExecuter

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