org.apache.maven.plugin.surefire.booterclient.output
Class OutputConsumerProxyTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.surefire.booterclient.output.AbstractOutputConsumerTestCase
              extended by org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxyTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
FileOutputConsumerProxyTest, SupressFooterOutputConsumerProxyTest, SupressHeaderOutputConsumerProxyTest

public class OutputConsumerProxyTest
extends AbstractOutputConsumerTestCase

Test for OutputConsumerProxy

Version:
$Id: OutputConsumerProxyTest.java 1039320 2010-11-26 11:48:24Z krosenvold $
Author:
Carlos Sanchez

Constructor Summary
OutputConsumerProxyTest()
           
 
Method Summary
 org.jmock.Mock getOutputConsumerMock()
           
 void setOutputConsumerMock(org.jmock.Mock outputConsumerMock)
           
protected  void setUp()
           
 void testConsumeFooterLine()
           
 void testConsumeHeaderLine()
           
 void testConsumeMessageLine()
           
 void testConsumeOutputLine()
           
 void testTestSetCompleted()
           
 void testTestSetStarting()
           
 
Methods inherited from class org.apache.maven.plugin.surefire.booterclient.output.AbstractOutputConsumerTestCase
getLine, getOutputConsumer, getReportEntry, setLine, setOutputConsumer, setReportEntry
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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
 

Constructor Detail

OutputConsumerProxyTest

public OutputConsumerProxyTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractOutputConsumerTestCase
Throws:
Exception

setOutputConsumerMock

public void setOutputConsumerMock(org.jmock.Mock outputConsumerMock)

getOutputConsumerMock

public org.jmock.Mock getOutputConsumerMock()

testConsumeFooterLine

public void testConsumeFooterLine()
Overrides:
testConsumeFooterLine in class AbstractOutputConsumerTestCase

testConsumeHeaderLine

public void testConsumeHeaderLine()
Overrides:
testConsumeHeaderLine in class AbstractOutputConsumerTestCase

testConsumeMessageLine

public void testConsumeMessageLine()
Overrides:
testConsumeMessageLine in class AbstractOutputConsumerTestCase

testConsumeOutputLine

public void testConsumeOutputLine()
                           throws Exception
Overrides:
testConsumeOutputLine in class AbstractOutputConsumerTestCase
Throws:
Exception

testTestSetStarting

public void testTestSetStarting()
Overrides:
testTestSetStarting in class AbstractOutputConsumerTestCase

testTestSetCompleted

public void testTestSetCompleted()
Overrides:
testTestSetCompleted in class AbstractOutputConsumerTestCase


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.