Uses of Class
org.springframework.osgi.test.AbstractOsgiTests

Packages that use AbstractOsgiTests
org.springframework.osgi.test Spring-DM integration testing support. 
 

Uses of AbstractOsgiTests in org.springframework.osgi.test
 

Subclasses of AbstractOsgiTests in org.springframework.osgi.test
 class AbstractConfigurableBundleCreatorTests
          Subclass of AbstractOnTheFlyBundleCreatorTests which adds extra functionality for configuring the jar creation.
 class AbstractConfigurableOsgiTests
          Abstract JUnit super class which configures an OsgiPlatform.
 class AbstractDependencyManagerTests
          Dependency manager layer - uses internally an ArtifactLocator to retrieve the required dependencies for the running test.
 class AbstractOnTheFlyBundleCreatorTests
          Enhanced subclass of AbstractDependencyManagerTests which facilitates OSGi testing by creating at runtime, on the fly, a jar using the indicated manifest and resource patterns (by default all files found under the root path).
 class AbstractSynchronizedOsgiTests
          JUnit superclass which offers synchronization for bundle initialization.
 



Copyright © 2006-2007 Spring Framework. All Rights Reserved.