|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.springframework.test.ConditionalTestCase
org.springframework.test.AbstractSpringContextTests
org.springframework.test.AbstractSingleSpringContextTests
org.springframework.test.AbstractDependencyInjectionSpringContextTests
org.eclipse.gemini.blueprint.test.AbstractOptionalDependencyInjectionTests
public abstract class AbstractOptionalDependencyInjectionTests
JUnit superclass, which creates an empty OSGi bundle appCtx when no configuration file is specified. Required for mixing Spring existing testing hierarchy with the OSGi testing framework functionality.
Field Summary | |
---|---|
protected org.osgi.framework.BundleContext |
bundleContext
|
Fields inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests |
---|
AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_NO |
Fields inherited from class org.springframework.test.AbstractSingleSpringContextTests |
---|
applicationContext |
Fields inherited from class org.springframework.test.ConditionalTestCase |
---|
logger |
Constructor Summary | |
---|---|
AbstractOptionalDependencyInjectionTests()
Default constructor. |
|
AbstractOptionalDependencyInjectionTests(String name)
Constructs a new AbstractOptionalDependencyInjectionTests
instance. |
Method Summary | |
---|---|
protected org.springframework.context.ConfigurableApplicationContext |
createApplicationContext(String[] locations)
This implementation will create an empty bundle context in case no locations are specified. |
protected boolean |
isContextKeyEmpty(Object key)
|
Methods inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests |
---|
getAutowireMode, injectDependencies, isDependencyCheck, isPopulateProtectedVariables, prepareTestInstance, setAutowireMode, setDependencyCheck, setPopulateProtectedVariables |
Methods inherited from class org.springframework.test.AbstractSingleSpringContextTests |
---|
contextKey, createBeanDefinitionReader, customizeBeanFactory, getApplicationContext, getConfigLocations, getConfigPath, getConfigPaths, getLoadCount, loadContext, loadContextLocations, onSetUp, onTearDown, prepareApplicationContext, setDirty, setUp, tearDown |
Methods inherited from class org.springframework.test.AbstractSpringContextTests |
---|
addContext, contextKeyString, getContext, hasCachedContext, setDirty |
Methods inherited from class org.springframework.test.ConditionalTestCase |
---|
getDisabledTestCount, isDisabledInThisEnvironment, recordDisabled, runBare |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected org.osgi.framework.BundleContext bundleContext
Constructor Detail |
---|
public AbstractOptionalDependencyInjectionTests()
AbstractOptionalDependencyInjectionTests
instance.
public AbstractOptionalDependencyInjectionTests(String name)
AbstractOptionalDependencyInjectionTests
instance.
name
- test nameMethod Detail |
---|
protected boolean isContextKeyEmpty(Object key)
isContextKeyEmpty
in class org.springframework.test.AbstractSpringContextTests
protected org.springframework.context.ConfigurableApplicationContext createApplicationContext(String[] locations)
createApplicationContext
in class org.springframework.test.AbstractSingleSpringContextTests
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |