org.jboss.arquillian.container.reloaded
Class ReloadedTestEnricher

java.lang.Object
  extended by org.jboss.arquillian.container.reloaded.ReloadedTestEnricher
All Implemented Interfaces:
TestEnricher

public class ReloadedTestEnricher
extends Object
implements TestEnricher

TestEnricher implementation which provides all injection and service features of the Microcontainer to the test instance by installing it into MC.

Version:
$Revision: $
Author:
ALR

Constructor Summary
ReloadedTestEnricher()
           
 
Method Summary
 void enrich(Context context, Object testCase)
          
 Object[] resolve(Context context, Method method)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadedTestEnricher

public ReloadedTestEnricher()
Method Detail

enrich

public void enrich(Context context,
                   Object testCase)

Specified by:
enrich in interface TestEnricher
See Also:
TestEnricher.enrich(org.jboss.arquillian.spi.Context, java.lang.Object)

resolve

public Object[] resolve(Context context,
                        Method method)

Specified by:
resolve in interface TestEnricher
See Also:
TestEnricher.resolve(org.jboss.arquillian.spi.Context, java.lang.reflect.Method)


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