org.apache.maven.surefire.junitcore
Class ConcurrentRunListenerTest

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

public class ConcurrentRunListenerTest
extends junit.framework.TestCase


Nested Class Summary
static class ConcurrentRunListenerTest.Dummy3
           
static class ConcurrentRunListenerTest.DummyAllOk
           
static class ConcurrentRunListenerTest.DummyWithFailure
           
static class ConcurrentRunListenerTest.DummyWithOneIgnore
           
static class ConcurrentRunListenerTest.Junit3OddTest1
           
static class ConcurrentRunListenerTest.Junit3Tc1
           
static class ConcurrentRunListenerTest.Junit3Tc2
           
static class ConcurrentRunListenerTest.Junit3WithNestedSuite
           
 
Constructor Summary
ConcurrentRunListenerTest()
           
 
Method Summary
 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

ConcurrentRunListenerTest

public ConcurrentRunListenerTest()
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 TestSetFailedException
Throws:
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


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