| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.test |
Testing framework for JUnit-stlye OSGi integration testing.
|
| org.eclipse.gemini.blueprint.test.legacyspringsupport |
This package contains copies of the deprecated Spring 3.2.x legacy test infrastructure in order to de-couple the migration of gemini-blueprint to Spring 4
from a complete re-write of the integration testing architecture.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurableBundleCreatorTests
Abstract JUnit base class that allows easy OSGi integration testing.
|
class |
AbstractConfigurableOsgiTests
Abstract JUnit super class which configures an
OsgiPlatform. |
class |
AbstractDependencyManagerTests
Dependency manager class - deals with locating of various artifacts required
by the OSGi test.
|
class |
AbstractOnTheFlyBundleCreatorTests
Enhanced subclass of
AbstractDependencyManagerTests that 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 |
AbstractOptionalDependencyInjectionTests
JUnit superclass, which creates an empty OSGi bundle appCtx when no
configuration file is specified.
|
class |
AbstractOsgiTests
Base test for OSGi environments.
|
class |
AbstractSynchronizedOsgiTests
JUnit superclass which offers synchronization for application context
initialization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDependencyInjectionSpringContextTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests) |
Copyright © 2006–2023. All rights reserved.