org.jboss.arquillian.openwebbeans
Class OpenWebBeansSETestEnricher

java.lang.Object
  extended by org.jboss.arquillian.testenricher.cdi.CDIInjectionEnricher
      extended by org.jboss.arquillian.openwebbeans.OpenWebBeansSETestEnricher
All Implemented Interfaces:
TestEnricher

public class OpenWebBeansSETestEnricher
extends CDIInjectionEnricher

A CDI injection enricher adaptor that retrieves the BeanManager from the thread local for the current OpenWebBeans container instance.

Version:
$Revision: $
Author:
Aslak Knutsen, Dan Allen

Constructor Summary
OpenWebBeansSETestEnricher()
           
 
Method Summary
protected  javax.enterprise.inject.spi.BeanManager lookupBeanManager(Context context)
           
 
Methods inherited from class org.jboss.arquillian.testenricher.cdi.CDIInjectionEnricher
enrich, injectClass, injectNonContextualInstance, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenWebBeansSETestEnricher

public OpenWebBeansSETestEnricher()
Method Detail

lookupBeanManager

protected javax.enterprise.inject.spi.BeanManager lookupBeanManager(Context context)
Overrides:
lookupBeanManager in class CDIInjectionEnricher


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