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 ReporterException,
                            IOException
Throws:
ReporterException
IOException

testSetCompleted

public void testSetCompleted()
                      throws ReporterException,
                             IOException
Throws:
ReporterException
IOException

testStarting

public void testStarting()
                  throws ReporterException,
                         IOException
Throws:
ReporterException
IOException

testStringTokenizer

public void testStringTokenizer()

testSucceded

public void testSucceded()
                  throws ReporterException,
                         IOException
Throws:
ReporterException
IOException

testFailed

public void testFailed()
                throws ReporterException,
                       IOException
Throws:
ReporterException
IOException

testFailedWithCommaInMessage

public void testFailedWithCommaInMessage()
                                  throws ReporterException,
                                         IOException
Throws:
ReporterException
IOException

testFailedWithUnicodeEscapeInMessage

public void testFailedWithUnicodeEscapeInMessage()
                                          throws ReporterException,
                                                 IOException
Throws:
ReporterException
IOException

testFailure

public void testFailure()
                 throws ReporterException,
                        IOException
Throws:
ReporterException
IOException

testSkipped

public void testSkipped()
                 throws ReporterException,
                        IOException
Throws:
ReporterException
IOException

testAssumptionFailure

public void testAssumptionFailure()
                           throws ReporterException,
                                  IOException
Throws:
ReporterException
IOException

testConsole

public void testConsole()
                 throws ReporterException,
                        IOException
Throws:
ReporterException
IOException

testConsoleOutput

public void testConsoleOutput()
                       throws ReporterException,
                              IOException
Throws:
ReporterException
IOException

testSystemProperties

public void testSystemProperties()
                          throws ReporterException,
                                 IOException
Throws:
ReporterException
IOException

testMultipleEntries

public void testMultipleEntries()
                         throws ReporterException,
                                IOException
Throws:
ReporterException
IOException

test2DifferentChannels

public void test2DifferentChannels()
                            throws ReporterException,
                                   IOException
Throws:
ReporterException
IOException


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