- AbstractConfigurableBundleCreatorTests - Class in org.eclipse.gemini.blueprint.test
-
Abstract JUnit base class that allows easy OSGi integration testing.
- AbstractConfigurableBundleCreatorTests() - Constructor for class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
- AbstractConfigurableOsgiTests - Class in org.eclipse.gemini.blueprint.test
-
Abstract JUnit super class which configures an
OsgiPlatform.
- AbstractConfigurableOsgiTests() - Constructor for class org.eclipse.gemini.blueprint.test.AbstractConfigurableOsgiTests
-
Default constructor.
- AbstractConfigurableOsgiTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.AbstractConfigurableOsgiTests
-
Constructs a new AbstractConfigurableOsgiTests instance.
- AbstractDependencyInjectionSpringContextTests - Class in org.eclipse.gemini.blueprint.test.legacyspringsupport
-
- AbstractDependencyInjectionSpringContextTests() - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractDependencyInjectionSpringContextTests
-
Deprecated.
Default constructor for AbstractDependencyInjectionSpringContextTests.
- AbstractDependencyInjectionSpringContextTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractDependencyInjectionSpringContextTests
-
Deprecated.
Constructor for AbstractDependencyInjectionSpringContextTests with a
JUnit name.
- AbstractDependencyManagerTests - Class in org.eclipse.gemini.blueprint.test
-
Dependency manager class - deals with locating of various artifacts required
by the OSGi test.
- AbstractDependencyManagerTests() - Constructor for class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Default constructor.
- AbstractDependencyManagerTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Constructs a new AbstractDependencyManagerTests instance.
- AbstractOnTheFlyBundleCreatorTests - Class in org.eclipse.gemini.blueprint.test
-
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).
- AbstractOnTheFlyBundleCreatorTests() - Constructor for class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
- AbstractOnTheFlyBundleCreatorTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
- AbstractOptionalDependencyInjectionTests - Class in org.eclipse.gemini.blueprint.test
-
JUnit superclass, which creates an empty OSGi bundle appCtx when no
configuration file is specified.
- AbstractOptionalDependencyInjectionTests() - Constructor for class org.eclipse.gemini.blueprint.test.AbstractOptionalDependencyInjectionTests
-
Default constructor.
- AbstractOptionalDependencyInjectionTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.AbstractOptionalDependencyInjectionTests
-
Constructs a new AbstractOptionalDependencyInjectionTests
instance.
- AbstractOsgiTests - Class in org.eclipse.gemini.blueprint.test
-
Base test for OSGi environments.
- AbstractOsgiTests() - Constructor for class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
-
Default constructor.
- AbstractOsgiTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
-
Constructs a new AbstractOsgiTests instance.
- AbstractSingleSpringContextTests - Class in org.eclipse.gemini.blueprint.test.legacyspringsupport
-
- AbstractSingleSpringContextTests() - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Default constructor for AbstractSingleSpringContextTests.
- AbstractSingleSpringContextTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Constructor for AbstractSingleSpringContextTests with a JUnit name.
- AbstractSpringContextTests - Class in org.eclipse.gemini.blueprint.test.legacyspringsupport
-
- AbstractSpringContextTests() - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSpringContextTests
-
Deprecated.
Default constructor for AbstractSpringContextTests.
- AbstractSpringContextTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSpringContextTests
-
Deprecated.
Constructor for AbstractSpringContextTests with a JUnit name.
- AbstractSynchronizedOsgiTests - Class in org.eclipse.gemini.blueprint.test
-
JUnit superclass which offers synchronization for application context
initialization.
- AbstractSynchronizedOsgiTests() - Constructor for class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
-
Default constructor.
- AbstractSynchronizedOsgiTests(String) - Constructor for class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
-
Constructs a new AbstractSynchronizedOsgiTests instance.
- Activator - Class in org.eclipse.gemini.blueprint.test.internal.support
-
Default activator for Spring/OSGi test support.
- Activator() - Constructor for class org.eclipse.gemini.blueprint.test.internal.support.Activator
-
- addContext(Object, ConfigurableApplicationContext) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSpringContextTests
-
Deprecated.
Explicitly add an ApplicationContext instance under a given key.
- addJarContent(Manifest, Map) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
Actual jar creation.
- addTestError(Throwable) - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
- addTestFailure(Throwable) - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
- applicationContext - Variable in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Application context this test will run against
- ArtifactLocator - Interface in org.eclipse.gemini.blueprint.test.provisioning
-
Interface describing the contract for finding dependencies artifacts.
- AUTOWIRE_BY_NAME - Static variable in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractDependencyInjectionSpringContextTests
-
Deprecated.
Constant that indicates autowiring bean properties by name.
- AUTOWIRE_BY_TYPE - Static variable in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractDependencyInjectionSpringContextTests
-
Deprecated.
Constant that indicates autowiring bean properties by type.
- AUTOWIRE_NO - Static variable in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractDependencyInjectionSpringContextTests
-
Deprecated.
Constant that indicates no autowiring at all.
- clearResults() - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
Clear all information.
- cloneTestResults(OsgiTestInfoHolder, TestResult, Test) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.TestUtils
-
Clones the test result from a TestResult loaded through a different
classloader.
- closeStream(InputStream) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.IOUtils
-
- closeStream(OutputStream) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.IOUtils
-
- ConditionalTestCase - Class in org.eclipse.gemini.blueprint.test.legacyspringsupport
-
- ConditionalTestCase() - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.ConditionalTestCase
-
Deprecated.
Default constructor for ConditionalTestCase.
- ConditionalTestCase(String) - Constructor for class org.eclipse.gemini.blueprint.test.legacyspringsupport.ConditionalTestCase
-
Deprecated.
Constructor for ConditionalTestCase with a JUnit name.
- contextKey() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Return a key for this context.
- contextKeyString(Object) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSpringContextTests
-
Deprecated.
Subclasses can override this to return a String representation of their
context key for use in caching and logging.
- createApplicationContext(String[]) - Method in class org.eclipse.gemini.blueprint.test.AbstractOptionalDependencyInjectionTests
-
Create a Spring ConfigurableApplicationContext for use by this test.
- createApplicationContext(String[]) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Create a Spring ConfigurableApplicationContext for use by this test.
- createBeanDefinitionReader(GenericApplicationContext) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Factory method for creating new BeanDefinitionReaders for
loading bean definitions into the supplied
context.
- createDefaultManifest() - Method in class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
Creates the default manifest in case none if found on the disk.
- createJar(Manifest) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
Create a jar using the current settings and return a Resource
pointing to the jar.
- createJar(Manifest, Map) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
Create a jar using the current settings and return a Resource
pointing to the jar.
- createJar(Manifest, Map, OutputStream) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
-
Creates a jar based on the given entries and manifest.
- createManifestOnlyFromTestClass() - Method in class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
Indicates if the automatic manifest creation should consider only the
test class (true) or all classes included in the test
bundle(false).
- createPlatform() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableOsgiTests
-
Creates (and configures) the OSGi platform.
- createPlatform() - Method in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
-
Creates (and configures) the OSGi platform.
- customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Customize the internal bean factory of the ApplicationContext used by
this test.
- getApplicationContext() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Return the ApplicationContext that this base class manages; may be
null.
- getAutowireMode() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractDependencyInjectionSpringContextTests
-
Deprecated.
Return the autowire mode for test properties set by Dependency Injection.
- getBootDelegationPackages() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableOsgiTests
-
Returns the list of OSGi packages that are delegated to the boot
classpath.
- getBundleContentPattern() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
Returns the patterns used for identifying the resources added to the jar.
- getBundleContentPattern() - Method in class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
Returns the patterns used for identifying the resources added to the jar.
- getBundleContext() - Method in class org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform
-
- getBundleContext() - Method in class org.eclipse.gemini.blueprint.test.platform.FelixPlatform
-
- getBundleContext() - Method in class org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform
-
- getBundleContext() - Method in interface org.eclipse.gemini.blueprint.test.platform.OsgiPlatform
-
Returns the bundle context of the returned platform.
- getConfigLocations() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
- getConfigPath() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Subclasses can override this method to return a single path to a config
file, relative to the concrete test class.
- getConfigPaths() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Subclasses can override this method to return paths to their config
files, relative to the concrete test class.
- getConfigurationProperties() - Method in interface org.eclipse.gemini.blueprint.test.platform.OsgiPlatform
-
Returns the
Properties object used for configuring the
underlying OSGi implementation before starting it.
- getContainedPackages() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
- getContentPattern() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
- getContext(Object) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSpringContextTests
-
Deprecated.
Obtain an ApplicationContext for the given key, potentially cached.
- getDefaultSettings() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
Returns the default settings used when creating the jar, in case no
customisations have been applied.
- getDefaultWaitTime() - Method in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
-
Returns the test default waiting time (in seconds).
- getDisabledTestCount() - Static method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.ConditionalTestCase
-
Deprecated.
Return the number of tests disabled in this environment.
- getGlobals() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
-
- getHolder() - Method in class org.eclipse.gemini.blueprint.test.internal.holder.HolderLoader
-
- getInnerClasses() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
-
- getInputStream() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.FileSystemStorage
-
- getInputStream() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.MemoryStorage
-
- getInputStream() - Method in interface org.eclipse.gemini.blueprint.test.internal.util.jar.storage.Storage
-
- getLoadCount() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Return the current number of context load attempts.
- getLocator() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the ArtifactLocator used by this test suite.
- getManifest() - Method in class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
Returns the current test bundle manifest.
- getManifest(InputStream) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
-
Read the manifest for a given stream.
- getManifest(Resource) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
-
Convenience method for reading a manifest from a given resource.
- getManifestLocation() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
- getManifestLocation() - Method in class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
Returns the location (in Spring resource style) of the manifest location
to be used.
- getOutputStream() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.FileSystemStorage
-
- getOutputStream() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.MemoryStorage
-
- getOutputStream() - Method in interface org.eclipse.gemini.blueprint.test.internal.util.jar.storage.Storage
-
- getPackages() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
-
- getPatternResolver() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
- getPlatformName() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableOsgiTests
-
Indicates what OSGi platform should be used by the test suite.
- getResource() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.FileSystemStorage
-
- getResource() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.MemoryStorage
-
- getResource() - Method in interface org.eclipse.gemini.blueprint.test.internal.util.jar.storage.Storage
-
- getRootPath() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
- getRootPath() - Method in class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
-
Returns the root path used for locating the resources that will be packed
in the test bundle (the root path does not become part of the jar).
- getRootPath() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
- getSettings() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
Returns the settings used for creating this jar.
- getSettingsLocation() - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
Returns the settings location (by default, the test name; i.e.
- getSpringDMVersion() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the version of the Spring-DM bundles installed by the testing
framework.
- getSpringVersion() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the version of the Spring bundles installed by the testing
framework.
- getStorage() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
-
- getTestBundleId() - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
Returns the testBundleId.
- getTestBundles() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the bundles required for the test execution.
- getTestBundles() - Method in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
-
Returns the bundles required for the test execution.
- getTestBundlesNames() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the bundles that have to be installed as part of the test setup.
- getTestCase() - Method in interface org.eclipse.gemini.blueprint.test.internal.OsgiJUnitTest
-
Simple getter that returns the raw TestCase class.
- getTestCase() - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter
-
- getTestClassName() - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
Returns the testClassName.
- getTestErrors() - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
- getTestFailures() - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
- getTestFrameworkBundles() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the test framework bundles (part of the test setup).
- getTestFrameworkBundles() - Method in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
-
Returns the test framework bundles (part of the test setup).
- getTestFrameworkBundlesNames() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the bundles that have to be installed as part of the test setup.
- getTestingFrameworkBundlesConfiguration() - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Returns the location of the test framework bundles configuration.
- getTestMethodName() - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
Returns the testMethodName.
- LIBS - Static variable in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
-
- loadAndExpand(Resource) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtil
-
Shortcut method - loads a property object from the given input stream and applies property expansion.
- loadContext(Object) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
This implementation assumes a key of type String array and loads a
context from the given locations.
- loadContext(Object) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSpringContextTests
-
Deprecated.
Load a new ApplicationContext for the given key.
- loadContextLocations(String[]) - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Load a Spring ApplicationContext from the given config locations.
- LocalFileSystemMavenRepository - Class in org.eclipse.gemini.blueprint.test.provisioning.internal
-
Locator for artifacts found in the local maven repository.
- LocalFileSystemMavenRepository() - Constructor for class org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepository
-
- localMavenBuildArtifact(String, String, String, String) - Method in class org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepository
-
Find a local maven artifact in the current build tree.
- localMavenBundle(String, String, String, String) - Method in class org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepository
-
Return the resource of the indicated bundle in the local Maven repository
- locateArtifact(String, String, String, String) - Method in interface org.eclipse.gemini.blueprint.test.provisioning.ArtifactLocator
-
Locates the artifact under the given group, with the given id, version
and type.
- locateArtifact(String, String, String) - Method in interface org.eclipse.gemini.blueprint.test.provisioning.ArtifactLocator
-
Locates the artifact under the given group, with the given id, version
and type.
- locateArtifact(String, String, String) - Method in class org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepository
-
Find a local maven artifact.
- locateArtifact(String, String, String, String) - Method in class org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepository
-
Find a local maven artifact.
- locateBundle(String) - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
- locateBundles(String[]) - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
-
Locates the given bundle identifiers.
- logger - Variable in class org.eclipse.gemini.blueprint.test.legacyspringsupport.ConditionalTestCase
-
Deprecated.
Logger available to subclasses
- onSetUp() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Subclasses can override this method in place of the setUp()
method, which is final in this class.
- onTearDown() - Method in class org.eclipse.gemini.blueprint.test.legacyspringsupport.AbstractSingleSpringContextTests
-
Deprecated.
Subclasses can override this to add custom behavior on teardown.
- org.eclipse.gemini.blueprint.test - package org.eclipse.gemini.blueprint.test
-
Testing framework for JUnit-stlye OSGi integration testing.
- org.eclipse.gemini.blueprint.test.internal - package org.eclipse.gemini.blueprint.test.internal
-
- org.eclipse.gemini.blueprint.test.internal.holder - package org.eclipse.gemini.blueprint.test.internal.holder
-
- org.eclipse.gemini.blueprint.test.internal.support - package org.eclipse.gemini.blueprint.test.internal.support
-
Gemini Blueprint testing support.
- org.eclipse.gemini.blueprint.test.internal.util - package org.eclipse.gemini.blueprint.test.internal.util
-
Gemini Blueprint test util package.
- org.eclipse.gemini.blueprint.test.internal.util.jar - package org.eclipse.gemini.blueprint.test.internal.util.jar
-
- org.eclipse.gemini.blueprint.test.internal.util.jar.storage - package org.eclipse.gemini.blueprint.test.internal.util.jar.storage
-
Gemini Blueprint testing storage.
- org.eclipse.gemini.blueprint.test.legacyspringsupport - package 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.
- org.eclipse.gemini.blueprint.test.platform - package org.eclipse.gemini.blueprint.test.platform
-
Integration with various OSGi platforms for lifecycle management.
- org.eclipse.gemini.blueprint.test.provisioning - package org.eclipse.gemini.blueprint.test.provisioning
-
Provisioning package for testing environments.
- org.eclipse.gemini.blueprint.test.provisioning.internal - package org.eclipse.gemini.blueprint.test.provisioning.internal
-
- OSGI_FRAMEWORK_SELECTOR - Static variable in class org.eclipse.gemini.blueprint.test.AbstractConfigurableOsgiTests
-
System property for selecting the appropriate OSGi implementation.
- OsgiJUnitService - Class in org.eclipse.gemini.blueprint.test.internal.support
-
OSGi service for executing JUnit tests.
- OsgiJUnitService() - Constructor for class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService
-
- OsgiJUnitTest - Interface in org.eclipse.gemini.blueprint.test.internal
-
JUnit contract for OSGi environments.
- OsgiJUnitTestAdapter - Class in org.eclipse.gemini.blueprint.test.internal.support
-
- OsgiJUnitTestAdapter(TestCase) - Constructor for class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter
-
- OsgiPlatform - Interface in org.eclipse.gemini.blueprint.test.platform
-
Lifecycle contract for the OSGi platform.
- osgiRunTest() - Method in interface org.eclipse.gemini.blueprint.test.internal.OsgiJUnitTest
-
Replacement for the 'traditional' runTest.
- osgiRunTest() - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter
-
- osgiSetUp() - Method in interface org.eclipse.gemini.blueprint.test.internal.OsgiJUnitTest
-
Replacement for the 'traditional' setUp.
- osgiSetUp() - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter
-
- osgiTearDown() - Method in interface org.eclipse.gemini.blueprint.test.internal.OsgiJUnitTest
-
Replacement for the 'traditional' tearDown.
- osgiTearDown() - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter
-
- OsgiTestInfoHolder - Class in org.eclipse.gemini.blueprint.test.internal.holder
-
Custom class used for storing JUnit test results.
- OsgiTestInfoHolder() - Constructor for class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
-
Constructs a new OsgiTestInfoHolder instance.