org.apache.maven.surefire.report
Class AbstractConsoleReporterTestCase

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

public abstract class AbstractConsoleReporterTestCase
extends junit.framework.TestCase

Test for AbstractConsoleReporter

Version:
$Id: AbstractConsoleReporterTestCase.java 1056406 2011-01-07 17:34:39Z krosenvold $
Author:
Carlos Sanchez

Constructor Summary
AbstractConsoleReporterTestCase()
           
 
Method Summary
protected  AbstractConsoleReporter getConsoleReporter()
           
protected  void setConsoleReporter(AbstractConsoleReporter consoleReporter)
           
protected  void setUp()
           
 void testGetTestSetStartingMessage()
           
 void testIsTestSetStartingMessage()
           
 void testParseTestSetStartingMessage()
           
 void 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

AbstractConsoleReporterTestCase

public AbstractConsoleReporterTestCase()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

setConsoleReporter

protected void setConsoleReporter(AbstractConsoleReporter consoleReporter)

getConsoleReporter

protected AbstractConsoleReporter getConsoleReporter()

testTestSetStarting

public void testTestSetStarting()
                         throws Exception
Throws:
Exception

testGetTestSetStartingMessage

public void testGetTestSetStartingMessage()
                                   throws Exception
Throws:
Exception

testParseTestSetStartingMessage

public void testParseTestSetStartingMessage()
                                     throws Exception
Throws:
Exception

testIsTestSetStartingMessage

public void testIsTestSetStartingMessage()
                                  throws Exception
Throws:
Exception


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