org.apache.maven.surefire.junitcore
Class ConcurrentReporterManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.surefire.junitcore.ConcurrentReporterManagerTest
All Implemented Interfaces:
junit.framework.Test

public class ConcurrentReporterManagerTest
extends junit.framework.TestCase


Nested Class Summary
static class ConcurrentReporterManagerTest.Dummy3
           
static class ConcurrentReporterManagerTest.DummyAllOk
           
static class ConcurrentReporterManagerTest.DummyWithFailure
           
static class ConcurrentReporterManagerTest.DummyWithOneIgnore
           
static class ConcurrentReporterManagerTest.Junit3OddTest1
           
static class ConcurrentReporterManagerTest.Junit3Tc1
           
static class ConcurrentReporterManagerTest.Junit3Tc2
           
static class ConcurrentReporterManagerTest.Junit3WithNestedSuite
           
 
Constructor Summary
ConcurrentReporterManagerTest()
           
 
Method Summary
static ReporterConfiguration getTestReporterConfiguration()
           
 void testJunit3NestedSuite()
           
 void testJunit3WithNestedSuite()
           
 void testJunitResultCountingDemultiplexed()
           
 void testJunitResultCountingJUnit3Demultiplexed()
           
 void testJunitResultCountingJUnit3OddTest()
           
 void testNoErrorsCounting()
           
 void testNoErrorsCounting2()
           
 void testOneFailureCounting()
           
 void testOneIgnoreCounting()
           
 void testOutputOrdering()
           
 void testSimpleOutput()
           
 void testWithErrorsCountingDemultiplexed()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentReporterManagerTest

public ConcurrentReporterManagerTest()
Method Detail

testNoErrorsCounting

public void testNoErrorsCounting()
                          throws Exception
Throws:
Exception

testNoErrorsCounting2

public void testNoErrorsCounting2()
                           throws Exception
Throws:
Exception

testOneIgnoreCounting

public void testOneIgnoreCounting()
                           throws Exception
Throws:
Exception

testOneFailureCounting

public void testOneFailureCounting()
                            throws Exception
Throws:
Exception

testWithErrorsCountingDemultiplexed

public void testWithErrorsCountingDemultiplexed()
                                         throws Exception
Throws:
Exception

testJunitResultCountingDemultiplexed

public void testJunitResultCountingDemultiplexed()
                                          throws Exception
Throws:
Exception

testJunitResultCountingJUnit3Demultiplexed

public void testJunitResultCountingJUnit3Demultiplexed()
                                                throws Exception
Throws:
Exception

testJunitResultCountingJUnit3OddTest

public void testJunitResultCountingJUnit3OddTest()
                                          throws Exception
Throws:
Exception

testJunit3WithNestedSuite

public void testJunit3WithNestedSuite()
                               throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

testJunit3NestedSuite

public void testJunit3NestedSuite()
                           throws Exception
Throws:
Exception

testSimpleOutput

public void testSimpleOutput()
                      throws Exception
Throws:
Exception

testOutputOrdering

public void testOutputOrdering()
                        throws Exception
Throws:
Exception

getTestReporterConfiguration

public static ReporterConfiguration getTestReporterConfiguration()


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