|
||||||||||
| 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.ChainBaseTestCase
public class ChainBaseTestCase
Test case for the ChainBase class.
| Field Summary | |
|---|---|
protected Chain |
chain
The Chain instance under test. |
protected Context |
context
The Context instance on which to execute the chain. |
| Constructor Summary | |
|---|---|
ChainBaseTestCase(String name)
Construct a new instance of this test case. |
|
| Method Summary | |
|---|---|
protected void |
checkCommandCount(int expected)
|
protected void |
checkExecuteLog(String 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 |
testCommands()
|
void |
testExecute1a()
|
void |
testExecute1b()
|
void |
testExecute1c()
|
void |
testExecute1d()
|
void |
testExecute2a()
|
void |
testExecute2b()
|
void |
testExecute2c()
|
void |
testExecute2d()
|
void |
testExecute3a()
|
void |
testExecute3b()
|
void |
testExecute3c()
|
void |
testExecute4a()
|
void |
testExecute4b()
|
void |
testExecute4c()
|
void |
testExecute4d()
|
void |
testNewInstance()
|
| 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 Chain chain
Chain instance under test.
protected Context context
Context instance on which to execute the chain.
| Constructor Detail |
|---|
public ChainBaseTestCase(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 testCommands()
public void testExecute1a()
public void testExecute1b()
public void testExecute1c()
public void testExecute1d()
public void testExecute2a()
public void testExecute2b()
public void testExecute2c()
public void testExecute2d()
public void testExecute3a()
public void testExecute3b()
public void testExecute3c()
public void testExecute4a()
public void testExecute4b()
public void testExecute4c()
public void testExecute4d()
public void testNewInstance()
protected void checkCommandCount(int expected)
protected void checkExecuteLog(String expected)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||