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

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
                  extended by org.apache.maven.plugin.surefire.booterclient.output.FileOutputConsumerProxyTest
All Implemented Interfaces:
junit.framework.Test

public class FileOutputConsumerProxyTest
extends OutputConsumerProxyTest

Test for FileOutputConsumerProxy

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

Constructor Summary
FileOutputConsumerProxyTest()
           
 
Method Summary
protected  void setUp()
           
 void testConsumeOutputLine()
           
 
Methods inherited from class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxyTest
getOutputConsumerMock, setOutputConsumerMock, testConsumeFooterLine, testConsumeHeaderLine, testConsumeMessageLine, testTestSetCompleted, 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

FileOutputConsumerProxyTest

public FileOutputConsumerProxyTest()
Method Detail

setUp

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

testConsumeOutputLine

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


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