|
||||||||||
| 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.pipeline.AbstractLoggingTestCase
org.apache.commons.pipeline.driver.AbstractStageDriverTest
org.apache.commons.pipeline.driver.SynchronousStageDriverTest
public class SynchronousStageDriverTest
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.pipeline.driver.AbstractStageDriverTest |
|---|
context, feeder, stage |
| Constructor Summary | |
|---|---|
SynchronousStageDriverTest(String testName)
|
|
| Method Summary | |
|---|---|
static junit.framework.Test |
suite()
|
void |
testGetFeeder()
Test of getFeeder method, of class org.apache.commons.pipeline.driver.SynchronousStageDriver. |
void |
testMultiStage()
|
void |
testSingleStage()
INTEGRATION TESTS * |
void |
testStartFinish()
Due to the design of the SynchronousStageDriver, it is meaningless to independently test the start or finish methods; however, testing both together is meaningful. |
| Methods inherited from class org.apache.commons.pipeline.driver.AbstractStageDriverTest |
|---|
setUp, tearDown |
| 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, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SynchronousStageDriverTest(String testName)
| Method Detail |
|---|
public static junit.framework.Test suite()
public void testGetFeeder()
public void testStartFinish()
throws Exception
Exception
public void testSingleStage()
throws Exception
Exception
public void testMultiStage()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||