A B C D E F G H I J K L M O P R S T U V W

A

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.
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.
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
 
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
 
ArtifactLocator - Interface in org.eclipse.gemini.blueprint.test.provisioning
Interface describing the contract for finding dependencies artifacts.

B

bundleContext - Variable in class org.eclipse.gemini.blueprint.test.AbstractOptionalDependencyInjectionTests
 

C

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
 
createApplicationContext(String[]) - Method in class org.eclipse.gemini.blueprint.test.AbstractOptionalDependencyInjectionTests

This implementation will create an empty bundle context in case no locations are specified.

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.

D

DEFAULT_ARTIFACT_TYPE - Static variable in interface org.eclipse.gemini.blueprint.test.provisioning.ArtifactLocator
default artifact type
DEFAULT_WAIT_TIME - Static variable in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
 
delete(File) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.IOUtils
Delete the given file (can be a simple file or a folder).
DependencyVisitor - Class in org.eclipse.gemini.blueprint.test.internal.util
ASM based class for determining a class imports.
DependencyVisitor() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
determineImportPackages(Resource[]) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.ManifestUtils
Determine the Import-Package value based on the Export-Package entries in the jars given as Resources.
determineRootPath() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
Resources' root path (the root path does not become part of the jar).
dispose() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.FileSystemStorage
 
dispose() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.MemoryStorage
 
dispose() - Method in interface org.eclipse.gemini.blueprint.test.internal.util.jar.storage.Storage
 
doWithIO(IOUtils.IOCallback) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.IOUtils
 
doWithIO() - Method in interface org.eclipse.gemini.blueprint.test.internal.util.IOUtils.IOCallback
 
dumpJarContent(JarInputStream) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
Dumps the entries of a jar and return them as a String.
dumpJarContent(Resource) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
Dump the entries of a jar and return them as a String.

E

EQUINOX - Static variable in class org.eclipse.gemini.blueprint.test.platform.Platforms
Equinox OSGi platform constant.
EquinoxPlatform - Class in org.eclipse.gemini.blueprint.test.platform
Equinox (3.2.x) OSGi platform.
EquinoxPlatform() - Constructor for class org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform
 
EVERYTHING_PATTERN - Static variable in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
 
executeTest(OsgiJUnitTest) - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService
Execute the JUnit test and publish results to the outside-OSGi world.
expandProperties(Properties) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtil
Apply placeholder expansion to the given properties object.

F

FELIX - Static variable in class org.eclipse.gemini.blueprint.test.platform.Platforms
Felix OSGi platform constant.
FelixPlatform - Class in org.eclipse.gemini.blueprint.test.platform
Apache Felix (1.0.3+/1.4.x+/2.0.x) OSGi platform.
FelixPlatform() - Constructor for class org.eclipse.gemini.blueprint.test.platform.FelixPlatform
 
FileSystemStorage - Class in org.eclipse.gemini.blueprint.test.internal.util.jar.storage
File-system based storage.
FileSystemStorage() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.FileSystemStorage
 
filterKeysStartingWith(Properties, String) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtil
Filter/Eliminate keys that start with the given prefix.
filterValuesStartingWith(Properties, String) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtil
Filter/Eliminate keys that have a value that starts with the given prefix.

G

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.
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
 
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).
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
 
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.

H

HolderLoader - Class in org.eclipse.gemini.blueprint.test.internal.holder
Specific OSGi loader for OsgiTestHolder.
HolderLoader() - Constructor for class org.eclipse.gemini.blueprint.test.internal.holder.HolderLoader
 

I

INCLUDE_PATTERNS - Static variable in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
 
injectBundleContext(BundleContext) - Method in interface org.eclipse.gemini.blueprint.test.internal.OsgiJUnitTest
Provides the OSGi bundle context to the test
injectBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter
 
INSTANCE - Static variable in class org.eclipse.gemini.blueprint.test.internal.holder.HolderLoader
 
INSTANCE - Static variable in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
static instance
IOUtils - Class in org.eclipse.gemini.blueprint.test.internal.util
Utility class for IO operations.
IOUtils() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.IOUtils
 
IOUtils.IOCallback - Interface in org.eclipse.gemini.blueprint.test.internal.util
 
isAddFolders() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
 
isContextKeyEmpty(Object) - Method in class org.eclipse.gemini.blueprint.test.AbstractOptionalDependencyInjectionTests
 
isSpringDMManaged(Bundle) - Method in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
Determines if the given bundle, is Spring DM managed or not.

J

JarCreator - Class in org.eclipse.gemini.blueprint.test.internal.util.jar
Helper class for creating Jar files.
JarCreator() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
 
JarUtils - Class in org.eclipse.gemini.blueprint.test.internal.util.jar
Utility class for Jar files.
JarUtils() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
 
JUnitTestActivator - Class in org.eclipse.gemini.blueprint.test
Test bundle activator - looks for a predefined JUnit test runner and triggers the test execution.
JUnitTestActivator() - Constructor for class org.eclipse.gemini.blueprint.test.JUnitTestActivator
 

K

KNOPFLERFISH - Static variable in class org.eclipse.gemini.blueprint.test.platform.Platforms
Knopflerfish OSGi platform constant.
KnopflerfishPlatform - Class in org.eclipse.gemini.blueprint.test.platform
Knopflerfish 2.0.4+/3.x Platform.
KnopflerfishPlatform() - Constructor for class org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform
 

L

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.
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
Locates (through the ArtifactLocator) an OSGi bundle given as a String.
locateBundles(String[]) - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
Locates the given bundle identifiers.

M

MANIFEST - Static variable in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
 
ManifestUtils - Class in org.eclipse.gemini.blueprint.test.internal.util.jar
Utility class for creating Manifest objects on various criterions.
ManifestUtils() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.jar.ManifestUtils
 
MavenPackagedArtifactFinder - Class in org.eclipse.gemini.blueprint.test.provisioning.internal
Find a packaged maven artifact starting in some root directory of a maven project.
MavenPackagedArtifactFinder(String, String, String, String) - Constructor for class org.eclipse.gemini.blueprint.test.provisioning.internal.MavenPackagedArtifactFinder
 
MemoryStorage - Class in org.eclipse.gemini.blueprint.test.internal.util.jar.storage
Memory based storage.
MemoryStorage() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.jar.storage.MemoryStorage
 

O

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.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
Reflection-based adapter for OsgiJUnitTest used for wrapping AbstractOsgiTests & co.
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.

P

Platforms - Class in org.eclipse.gemini.blueprint.test.platform
Convenience constants class for OSGi platforms supported out of the box.
Platforms() - Constructor for class org.eclipse.gemini.blueprint.test.platform.Platforms
 
postProcessBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
 
postProcessBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.AbstractOnTheFlyBundleCreatorTests
 
postProcessBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
Post-processes the bundle context.
postProcessBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
 
preProcessBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.AbstractDependencyManagerTests
Pre-processes the bundle context.
preProcessBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
Pre-processes the bundle context.
PropertiesUtil - Class in org.eclipse.gemini.blueprint.test.internal.util
Loads a property file performing key expansion.
PropertiesUtil() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtil
 

R

resolveContent() - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
Resolve the jar content based on its path.
resourceLoader - Variable in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
 
ROOT_DIR - Static variable in class org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests
 
run(TestResult) - Method in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests

Replacement run method.

runBare() - Method in class org.eclipse.gemini.blueprint.test.AbstractOsgiTests
 
runTest(OsgiJUnitTest) - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService
 
runTest(OsgiJUnitTest, String) - Method in class org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService
Run fixture setup, test from the given test case and fixture teardown.
runTest(OsgiJUnitTest) - Method in interface org.eclipse.gemini.blueprint.test.internal.TestRunnerService
 

S

setAddFolders(boolean) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
Whether the folders in which the files reside, should be added to the archive.
setContentPattern(String[]) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
Pattern for content matching.
setPatternResolver(ResourcePatternResolver) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
 
setRootPath(String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
 
setStorage(Storage) - Method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarCreator
 
setTestBundleId(Long) - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
 
setTestClassName(String) - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
 
setTestMethodName(String) - Method in class org.eclipse.gemini.blueprint.test.internal.holder.OsgiTestInfoHolder
 
shouldWaitForSpringBundlesContextCreation() - Method in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
Indicates whether the test class should wait or not for the context creation of Spring/OSGi bundles before executing the tests.
start(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.internal.support.Activator
 
start(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.JUnitTestActivator
 
start() - Method in class org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform
 
start() - Method in class org.eclipse.gemini.blueprint.test.platform.FelixPlatform
 
start() - Method in class org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform
 
start() - Method in interface org.eclipse.gemini.blueprint.test.platform.OsgiPlatform
Starts the OSGi platform.
stop(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.internal.support.Activator
 
stop(BundleContext) - Method in class org.eclipse.gemini.blueprint.test.JUnitTestActivator
 
stop() - Method in class org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform
 
stop() - Method in class org.eclipse.gemini.blueprint.test.platform.FelixPlatform
 
stop() - Method in class org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform
 
stop() - Method in interface org.eclipse.gemini.blueprint.test.platform.OsgiPlatform
Stops the OSGi platform.
Storage - Interface in org.eclipse.gemini.blueprint.test.internal.util.jar.storage
Simple interface for storing information, which allows reading and writing.

T

TestRunnerService - Interface in org.eclipse.gemini.blueprint.test.internal
Service contract for running OSGified JUnit test cases.
TestUtils - Class in org.eclipse.gemini.blueprint.test.internal.util
Utility class for running OSGi-JUnit tests.
TestUtils() - Constructor for class org.eclipse.gemini.blueprint.test.internal.util.TestUtils
 

U

unpackProblems(TestResult, OsgiTestInfoHolder) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.TestUtils
Utility method which extracts the information from a TestResult and stores it as primordial classes.

V

visit(int, int, String, String, String, String[]) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visit(String, Object) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitAnnotation(String, boolean) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitAnnotation(String, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitAnnotationDefault() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitArray(String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitArrayType() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitAttribute(Attribute) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitBaseType(char) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitClassBound() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitClassType(String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitCode() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitEnd() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitEnum(String, String, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitExceptionType() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitField(int, String, String, String, Object) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitFormalTypeParameter(String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitIincInsn(int, int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitInnerClassType(String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitInsn(int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitInterface() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitInterfaceBound() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitIntInsn(int, int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitJumpInsn(int, Label) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitLabel(Label) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitLdcInsn(Object) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitLineNumber(int, Label) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitMaxs(int, int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitMethodInsn(int, String, String, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitOuterClass(String, String, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitParameterAnnotation(int, String, boolean) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitParameterType() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitReturnType() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitSource(String, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitSuperclass() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitTypeArgument() - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitTypeArgument(char) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitTypeInsn(int, String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitTypeVariable(String) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 
visitVarInsn(int, int) - Method in class org.eclipse.gemini.blueprint.test.internal.util.DependencyVisitor
 

W

waitOnContextCreation(String, long) - Method in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
Waits for a Spring powered bundle, given by its symbolic name to be fully started.
waitOnContextCreation(BundleContext, String, long) - Method in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
Waits for a Spring powered bundle, given by its symbolic name, to be fully started.
waitOnContextCreation(String) - Method in class org.eclipse.gemini.blueprint.test.AbstractSynchronizedOsgiTests
Waits for a Spring powered bundle, given by its symbolic name, to be fully started.
writeToJar(Resource, String, JarOutputStream) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
Writes a resource content to a jar.
writeToJar(Resource, String, JarOutputStream, int) - Static method in class org.eclipse.gemini.blueprint.test.internal.util.jar.JarUtils
Writes a resource content to a jar.

A B C D E F G H I J K L M O P R S T U V W

Copyright © 2006-2013. All Rights Reserved.