org.jboss.arquillian.impl.handler
Class TestCaseEnricher

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

public class TestCaseEnricher
extends Object
implements EventHandler<TestEvent>

A Handler for enriching the Test instance.

Version:
$Revision: $
Author:
Aslak Knutsen

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

Constructor Detail

TestCaseEnricher

public TestCaseEnricher()
Method Detail

callback

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


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