org.apache.avalon.excalibur.component.test
Class PoolableComponentHandlerTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.avalon.excalibur.testcase.ExcaliburTestCase
              extended byorg.apache.avalon.excalibur.component.test.PoolableComponentHandlerTestCase
All Implemented Interfaces:
junit.framework.Test

Deprecated. ECM is no longer supported

public class PoolableComponentHandlerTestCase
extends org.apache.avalon.excalibur.testcase.ExcaliburTestCase

Test the PoolableComponentHandler.

Author:
Avalon Development Team

Field Summary
 
Fields inherited from class org.apache.avalon.excalibur.testcase.ExcaliburTestCase
manager
 
Constructor Summary
PoolableComponentHandlerTestCase(java.lang.String name)
          Deprecated.  
 
Method Summary
 void setUp()
          Deprecated.  
 void tearDown()
          Deprecated.  
 void testDefaults()
          Deprecated. Test the default values and make sure that objects are reused as expected.
 void testMax4()
          Deprecated. Test a non-default max value.
 void testMax4StrictBlocking()
          Deprecated. Test a non-default max value with a strict max and blocking with no timeout
 void testMax4StrictBlockingTimeout()
          Deprecated. Test a non-default max value with a strict max and blocking with a timeout
 void testMax4StrictNoBlocking()
          Deprecated. Test a non-default max value with a strict max and no blocking
 void testTrimming()
          Deprecated. Test the trimming features.
 
Methods inherited from class org.apache.avalon.excalibur.testcase.ExcaliburTestCase
addContext, getLogEnabledLogger, getLogger, lookup, prepare, prepare, release, run
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, runBare, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolableComponentHandlerTestCase

public PoolableComponentHandlerTestCase(java.lang.String name)
Deprecated. 
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testDefaults

public void testDefaults()
                  throws java.lang.Exception
Deprecated. 
Test the default values and make sure that objects are reused as expected.

Throws:
java.lang.Exception

testMax4

public void testMax4()
              throws java.lang.Exception
Deprecated. 
Test a non-default max value.

Throws:
java.lang.Exception

testMax4StrictNoBlocking

public void testMax4StrictNoBlocking()
                              throws java.lang.Exception
Deprecated. 
Test a non-default max value with a strict max and no blocking

Throws:
java.lang.Exception

testMax4StrictBlocking

public void testMax4StrictBlocking()
                            throws java.lang.Exception
Deprecated. 
Test a non-default max value with a strict max and blocking with no timeout

Throws:
java.lang.Exception

testMax4StrictBlockingTimeout

public void testMax4StrictBlockingTimeout()
                                   throws java.lang.Exception
Deprecated. 
Test a non-default max value with a strict max and blocking with a timeout

Throws:
java.lang.Exception

testTrimming

public void testTrimming()
                  throws java.lang.Exception
Deprecated. 
Test the trimming features.

Throws:
java.lang.Exception


Copyright © 1997-2007 The Apache Software Foundation. All Rights Reserved.