org.apache.maven.surefire.report
Class ForkingConsoleReporterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.surefire.report.AbstractConsoleReporterTestCase
              extended by org.apache.maven.surefire.report.ForkingConsoleReporterTest
All Implemented Interfaces:
junit.framework.Test

public class ForkingConsoleReporterTest
extends AbstractConsoleReporterTestCase

Test for ForkingConsoleReporter

Version:
$Id: ForkingConsoleReporterTest.java 1062022 2011-01-21 20:51:22Z krosenvold $
Author:
Carlos Sanchez

Constructor Summary
ForkingConsoleReporterTest()
           
 
Method Summary
static ReporterConfiguration getTestReporterConfiguration()
           
protected  void setUp()
           
 
Methods inherited from class org.apache.maven.surefire.report.AbstractConsoleReporterTestCase
getConsoleReporter, setConsoleReporter, testGetTestSetStartingMessage, testIsTestSetStartingMessage, testParseTestSetStartingMessage, testTestSetStarting
 
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

ForkingConsoleReporterTest

public ForkingConsoleReporterTest()
Method Detail

setUp

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

getTestReporterConfiguration

public static ReporterConfiguration getTestReporterConfiguration()


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