Package org.apache.commons.chain.impl
Class ContextBaseTestCase
java.lang.Object
org.apache.commons.chain.ContextTestCase<ContextBase>
org.apache.commons.chain.impl.ContextBaseTestCase
Test case for the
ContextBase
class.- Version:
- $Revision$ $Date$
- Author:
- Craig R. McClanahan
-
Field Summary
Fields inherited from class org.apache.commons.chain.ContextTestCase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ContextBase
Create a new instance of the appropriate Context type for this test caseMethods inherited from class org.apache.commons.chain.ContextTestCase
checkAttributeCount, expectedAttributeCount, init, tearDown, testAttributes, testContains, testEquals, testKeySet, testPristine, testPutAll, testSerialization
-
Constructor Details
-
ContextBaseTestCase
public ContextBaseTestCase()
-
-
Method Details
-
createContext
Create a new instance of the appropriate Context type for this test case- Specified by:
createContext
in classContextTestCase<ContextBase>
- Returns:
- the new instance of the appropriate Context type
-