org.mule.tck.model
Class AbstractPoolTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.model.AbstractPoolTestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
public abstract class AbstractPoolTestCase
- extends AbstractMuleTestCase
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.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 |
FAIL_WHEN_EXHAUSTED
public static final byte FAIL_WHEN_EXHAUSTED
- See Also:
- Constant Field Values
GROW_WHEN_EXHAUSTED
public static final byte GROW_WHEN_EXHAUSTED
- See Also:
- Constant Field Values
BLOCK_WHEN_EXHAUSTED
public static final byte BLOCK_WHEN_EXHAUSTED
- See Also:
- Constant Field Values
DEFAULT_POOL_SIZE
public static final byte DEFAULT_POOL_SIZE
- See Also:
- Constant Field Values
DEFAULT_WAIT
public static final long DEFAULT_WAIT
- See Also:
- Constant Field Values
AbstractPoolTestCase
public AbstractPoolTestCase()
doSetUp
protected void doSetUp()
throws Exception
- Overrides:
doSetUp
in class AbstractMuleTestCase
- 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
testCreateFromFactory
public void testCreateFromFactory()
throws Exception
- Throws:
Exception
testPoolLifecycle
public void testPoolLifecycle()
throws Exception
- Throws:
Exception
createPool
public abstract ObjectPool createPool(MuleDescriptor descriptor,
byte action)
throws InitialisationException
- Throws:
InitialisationException
getPoolFactory
public abstract UMOPoolFactory getPoolFactory()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.