org.apache.aries.itest
Class AbstractIntegrationTest

java.lang.Object
  extended by org.apache.aries.itest.AbstractIntegrationTest

public abstract class AbstractIntegrationTest
extends Object

Base class for Pax Exam 1.2.x based unit tests Contains the injection point and various utilities used in most tests


Field Summary
protected  org.osgi.framework.BundleContext bundleContext
          Gateway to the test OSGi framework
 
Constructor Summary
AbstractIntegrationTest()
           
 
Method Summary
 RichBundleContext context()
          Get a richer version of BundleContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleContext

protected org.osgi.framework.BundleContext bundleContext
Gateway to the test OSGi framework

Constructor Detail

AbstractIntegrationTest

public AbstractIntegrationTest()
Method Detail

context

public RichBundleContext context()
Get a richer version of BundleContext



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.