org.apache.maven.plugin.surefire.booterclient
Class ForkingRunListenerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.surefire.booterclient.ForkingRunListenerTest
All Implemented Interfaces:
junit.framework.Test

public class ForkingRunListenerTest
extends junit.framework.TestCase

Author:
Kristian Rosenvold

Constructor Summary
ForkingRunListenerTest()
           
 
Method Summary
 void test2DifferentChannels()
           
 void testAssumptionFailure()
           
 void testConsole()
           
 void testConsoleOutput()
           
 void testFailed()
           
 void testFailedWithCommaInMessage()
           
 void testFailedWithUnicodeEscapeInMessage()
           
 void testFailure()
           
 void testHeaderCreation()
           
 void testHeaderCreationShort()
           
 void testMultipleEntries()
           
 void testSetCompleted()
           
 void testSetStarting()
           
 void testSkipped()
           
 void testStarting()
           
 void testStringTokenizer()
           
 void testSucceded()
           
 void testSystemProperties()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

ForkingRunListenerTest

public ForkingRunListenerTest()
Method Detail

testHeaderCreation

public void testHeaderCreation()

testHeaderCreationShort

public void testHeaderCreationShort()

testSetStarting

public void testSetStarting()
                     throws org.apache.maven.surefire.report.ReporterException,
                            IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testSetCompleted

public void testSetCompleted()
                      throws org.apache.maven.surefire.report.ReporterException,
                             IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testStarting

public void testStarting()
                  throws org.apache.maven.surefire.report.ReporterException,
                         IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testStringTokenizer

public void testStringTokenizer()

testSucceded

public void testSucceded()
                  throws org.apache.maven.surefire.report.ReporterException,
                         IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testFailed

public void testFailed()
                throws org.apache.maven.surefire.report.ReporterException,
                       IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testFailedWithCommaInMessage

public void testFailedWithCommaInMessage()
                                  throws org.apache.maven.surefire.report.ReporterException,
                                         IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testFailedWithUnicodeEscapeInMessage

public void testFailedWithUnicodeEscapeInMessage()
                                          throws org.apache.maven.surefire.report.ReporterException,
                                                 IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testFailure

public void testFailure()
                 throws org.apache.maven.surefire.report.ReporterException,
                        IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testSkipped

public void testSkipped()
                 throws org.apache.maven.surefire.report.ReporterException,
                        IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testAssumptionFailure

public void testAssumptionFailure()
                           throws org.apache.maven.surefire.report.ReporterException,
                                  IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testConsole

public void testConsole()
                 throws org.apache.maven.surefire.report.ReporterException,
                        IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testConsoleOutput

public void testConsoleOutput()
                       throws org.apache.maven.surefire.report.ReporterException,
                              IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testSystemProperties

public void testSystemProperties()
                          throws org.apache.maven.surefire.report.ReporterException,
                                 IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

testMultipleEntries

public void testMultipleEntries()
                         throws org.apache.maven.surefire.report.ReporterException,
                                IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException

test2DifferentChannels

public void test2DifferentChannels()
                            throws org.apache.maven.surefire.report.ReporterException,
                                   IOException
Throws:
org.apache.maven.surefire.report.ReporterException
IOException


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