|
||||||||||
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.mule.tck.AbstractMuleTestCase
org.mule.tck.model.AbstractContainerContextTestCase
org.mule.extras.hivemind.HiveMindContextTestCase
public class HiveMindContextTestCase
Test case for a context container whose backend is an HiveMind Registry
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase |
---|
org.mule.tck.AbstractMuleTestCase.TestInfo |
Field Summary |
---|
Fields inherited from class org.mule.tck.AbstractMuleTestCase |
---|
IGNORED_DOT_MULE_DIRS, logger |
Constructor Summary | |
---|---|
HiveMindContextTestCase()
|
Method Summary | |
---|---|
protected void |
doSetUp()
|
org.mule.umo.manager.UMOContainerContext |
getContainerContext()
|
void |
testContainerNotNull()
Container should never be null |
void |
testDispose()
Shouldn't be possibile to get a component after disposing the container |
void |
testFruitBowl()
Test the real Registry built to serve the correct services |
void |
testIllegalState()
Test getting an object before initializing the Registry |
void |
testObjectNotFound()
When an object is not in the Registry |
void |
testObjectNotFoundByKeyType()
When an object is not in the Registry caused by a key not recognized |
void |
testRegistryNotNull()
Registry should never be null |
Methods inherited from class org.mule.tck.model.AbstractContainerContextTestCase |
---|
getFruitBowlComponentName, testContainerContext, testExternalUMOReference |
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
---|
createTestInfo, createWatchdog, disposeManager, doTearDown, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HiveMindContextTestCase()
Method Detail |
---|
protected void doSetUp() throws Exception
doSetUp
in class org.mule.tck.AbstractMuleTestCase
Exception
public org.mule.umo.manager.UMOContainerContext getContainerContext()
getContainerContext
in class org.mule.tck.model.AbstractContainerContextTestCase
public void testContainerNotNull() throws Exception
Exception
public void testRegistryNotNull()
public void testIllegalState()
public void testObjectNotFound()
public void testObjectNotFoundByKeyType()
public void testDispose() throws Exception
Exception
public void testFruitBowl() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |