org.jboss.arquillian.testenricher.ejb
Class EJBInjectionEnricher

java.lang.Object
  extended by org.jboss.arquillian.testenricher.ejb.EJBInjectionEnricher
All Implemented Interfaces:
org.jboss.arquillian.spi.TestEnricher

public class EJBInjectionEnricher
extends java.lang.Object
implements org.jboss.arquillian.spi.TestEnricher

InjectionEnricher


Constructor Summary
EJBInjectionEnricher()
           
 
Method Summary
protected  javax.naming.InitialContext createContext()
           
 void enrich(java.lang.Object testCase)
           
protected  void injectClass(java.lang.Object testCase)
           
protected  java.lang.Object lookupEJB(java.lang.reflect.Field field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBInjectionEnricher

public EJBInjectionEnricher()
Method Detail

enrich

public void enrich(java.lang.Object testCase)
Specified by:
enrich in interface org.jboss.arquillian.spi.TestEnricher

injectClass

protected void injectClass(java.lang.Object testCase)

lookupEJB

protected java.lang.Object lookupEJB(java.lang.reflect.Field field)
                              throws java.lang.Exception
Throws:
java.lang.Exception

createContext

protected javax.naming.InitialContext createContext()
                                             throws java.lang.Exception
Throws:
java.lang.Exception