Package org.apache.commons.chain.impl
Class CatalogFactoryBaseTestCase
java.lang.Object
org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Test case for the
CatalogFactoryBase
class.- Version:
- $Revision$ $Date$
- Author:
- Craig R. McClanahan
-
Field Summary
Modifier and TypeFieldDescriptionprotected CatalogFactory
<Context> TheCatalogFactory
instance under test. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Set up instance variables required by this test case.void
tearDown()
Tear down instance variables required by this test case.void
TestgetCatalog()
method.void
Test the defaultCatalog
instance.void
Test a pristine instance ofCatalogFactory
.void
Test adding a specifically namedCatalog
instance.
-
Field Details
-
factory
TheCatalogFactory
instance under test.
-
-
Constructor Details
-
CatalogFactoryBaseTestCase
public CatalogFactoryBaseTestCase()The Default-Constructor for this class.
-
-
Method Details
-
init
Set up instance variables required by this test case. -
tearDown
Tear down instance variables required by this test case. -
testPristine
Test a pristine instance ofCatalogFactory
. -
testDefaultCatalog
Test the defaultCatalog
instance. -
testSpecificCatalog
Test adding a specifically namedCatalog
instance. -
testCatalogIdentifier
TestgetCatalog()
method.
-