org.mule.component
Class PooledJavaComponentTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.component.AbstractComponentTestCase
org.mule.component.PooledJavaComponentTestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
public class PooledJavaComponentTestCase
- extends AbstractComponentTestCase
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, doSetUp, doTearDown, getBuilder, getConfigurationResources, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown |
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 |
MAX_ACTIVE
public static final byte MAX_ACTIVE
- See Also:
- Constant Field Values
MAX_WAIT
public static final long MAX_WAIT
- See Also:
- Constant Field Values
PooledJavaComponentTestCase
public PooledJavaComponentTestCase()
getDefaultPoolingProfile
protected org.mule.config.PoolingProfile getDefaultPoolingProfile()
getObjectFactory
protected org.mule.object.PrototypeObjectFactory getObjectFactory()
testComponentCreation
public void testComponentCreation()
throws Exception
- Throws:
Exception
testPoolCreation
public void testPoolCreation()
throws Exception
- Throws:
Exception
test
public void test()
throws Exception
- Throws:
Exception
testCreatePool
public void testCreatePool()
throws Exception
- Throws:
Exception
testFailOnExhaust
public void testFailOnExhaust()
throws Exception
- Throws:
Exception
testBlockExpiryOnExhaust
public void testBlockExpiryOnExhaust()
throws Exception
- Throws:
Exception
testBlockOnExhaust
public void testBlockOnExhaust()
throws Exception
- Throws:
Exception
testGrowOnExhaust
public void testGrowOnExhaust()
throws Exception
- Throws:
Exception
testClearPool
public void testClearPool()
throws Exception
- Throws:
Exception
testObjectUniqueness
public void testObjectUniqueness()
throws Exception
- Throws:
Exception
testDisposingFactoryDisposesObject
public void testDisposingFactoryDisposesObject()
throws Exception
- Throws:
Exception
testLifeCycleMethods
public void testLifeCycleMethods()
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.