Package org.apache.turbine.pipeline
Class PipelineTest
- java.lang.Object
-
- org.apache.turbine.pipeline.PipelineTest
-
public class PipelineTest extends Object
Tests TurbinePipeline.- Version:
- $Id$
- Author:
- Daniel Rall
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classPipelineTest.WorkerWorker thread
-
Constructor Summary
Constructors Constructor Description PipelineTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestPipeline()Tests the Pipeline.voidtestPipelinePerformance()Tests the Pipeline throughput.
-
-
-
Constructor Detail
-
PipelineTest
public PipelineTest()
-
-
Method Detail
-
testPipeline
@Test public void testPipeline() throws Exception
Tests the Pipeline.- Throws:
Exception
-
testPipelinePerformance
@Tag("performance") @Test public void testPipelinePerformance() throws ExceptionTests the Pipeline throughput.- Throws:
Exception
-
-