org.jboss.arquillian.testenricher.osgi
Class OSGiTestEnricher
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiTestEnricher
public OSGiTestEnricher()
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. All Rights Reserved.