org.jboss.jca.embedded.arquillian
Class EmbeddedJCAEnricher

java.lang.Object
  extended by org.jboss.jca.embedded.arquillian.EmbeddedJCAEnricher
All Implemented Interfaces:
org.jboss.arquillian.test.spi.TestEnricher

public class EmbeddedJCAEnricher
extends Object
implements org.jboss.arquillian.test.spi.TestEnricher

Handle @Inject fields for test cases based on kernel based lookups.

Author:
Jesper Pedersen

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

Constructor Detail

EmbeddedJCAEnricher

public EmbeddedJCAEnricher()
Method Detail

enrich

public void enrich(Object testCase)

Specified by:
enrich in interface org.jboss.arquillian.test.spi.TestEnricher

resolve

public Object[] resolve(Method method)

Specified by:
resolve in interface org.jboss.arquillian.test.spi.TestEnricher


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)