|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
public class CatalogFactoryBaseTestCase
Test case for the CatalogFactoryBase
class.
Field Summary | |
---|---|
protected CatalogFactory |
factory
The CatalogFactory instance under test. |
Constructor Summary | |
---|---|
CatalogFactoryBaseTestCase(String name)
Construct a new instance of this test case. |
Method Summary | |
---|---|
void |
setUp()
Set up instance variables required by this test case. |
static junit.framework.Test |
suite()
Return the tests included in this test suite. |
void |
tearDown()
Tear down instance variables required by this test case. |
void |
testCatalogIdentifier()
Test getCatalog() method. |
void |
testDefaultCatalog()
Test the default Catalog instance. |
void |
testPristine()
Test a pristine instance of CatalogFactory . |
void |
testSpecificCatalog()
Test adding a specifically named Catalog instance. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected CatalogFactory factory
The CatalogFactory
instance under test.
Constructor Detail |
---|
public CatalogFactoryBaseTestCase(String name)
name
- Name of the test caseMethod Detail |
---|
public void setUp()
Set up instance variables required by this test case.
setUp
in class junit.framework.TestCase
public static junit.framework.Test suite()
Return the tests included in this test suite.
public void tearDown()
Tear down instance variables required by this test case.
tearDown
in class junit.framework.TestCase
public void testPristine()
Test a pristine instance of CatalogFactory
.
public void testDefaultCatalog()
Test the default Catalog
instance.
public void testSpecificCatalog()
Test adding a specifically named Catalog
instance.
public void testCatalogIdentifier()
Test getCatalog()
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |