Arquillian OSGi TestEnricher 1.0.1

org.jboss.arquillian.testenricher.osgi
Class OSGiTestEnricher

java.lang.Object
  extended by org.jboss.arquillian.testenricher.osgi.OSGiTestEnricher
All Implemented Interfaces:
org.jboss.arquillian.test.spi.TestEnricher

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

The OSGi TestEnricher The enricher supports the injection of the system BundleContext and the test Bundle.

 

Author:
thomas.diesler@jboss.com

Constructor Summary
OSGiTestEnricher()
           
 
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

OSGiTestEnricher

public OSGiTestEnricher()
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

Arquillian OSGi TestEnricher 1.0.1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.