|
||||||||||
| 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.CatalogBaseTestCase
public class CatalogBaseTestCase
Test case for the CatalogBase class.
| Field Summary | |
|---|---|
protected CatalogBase |
catalog
The Catalog instance under test. |
| Constructor Summary | |
|---|---|
CatalogBaseTestCase(String name)
Construct a new instance of this test case. |
|
| Method Summary | |
|---|---|
protected void |
addCommands()
|
protected void |
checkCommandCount(int expected)
|
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 |
testAddCommand()
|
void |
testGetCommand()
|
void |
testPristine()
|
| 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 CatalogBase catalog
Catalog instance under test.
| Constructor Detail |
|---|
public CatalogBaseTestCase(String name)
name - Name of the test case| Method Detail |
|---|
public void setUp()
setUp in class junit.framework.TestCasepublic static junit.framework.Test suite()
public void tearDown()
tearDown in class junit.framework.TestCasepublic void testAddCommand()
public void testGetCommand()
public void testPristine()
protected void addCommands()
protected void checkCommandCount(int expected)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||