org.apache.maven.surefire.junitcore
Class ConfigurableParallelComputerTest

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

public class ConfigurableParallelComputerTest
extends junit.framework.TestCase

Simple test of ConfigurableParallelComputer.

Author:
Kristian Rosenvold

Nested Class Summary
static class ConfigurableParallelComputerTest.Dummy
           
static class ConfigurableParallelComputerTest.Dummy2
           
static class ConfigurableParallelComputerTest.FailingAssertions
           
static class ConfigurableParallelComputerTest.Failure
           
static class ConfigurableParallelComputerTest.SlowTest
           
 
Constructor Summary
ConfigurableParallelComputerTest()
           
 
Method Summary
 void testAnythingYouWantToPlayWith()
           
 void testBothUnlimited()
           
 void testClassesUnlimited()
           
 void testFixedThreadPool()
           
 void testFullTestRunPC()
           
 void testOneMethod()
           
 void testSerial()
           
 void testWithFailingAssertionCPC()
           
 void testWithFailure()
           
 void testWithSlowTestJustAfew()
           
 
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

ConfigurableParallelComputerTest

public ConfigurableParallelComputerTest()
Method Detail

testAnythingYouWantToPlayWith

public void testAnythingYouWantToPlayWith()
                                   throws Exception
Throws:
Exception

testOneMethod

public void testOneMethod()
                   throws ExecutionException
Throws:
ExecutionException

testSerial

public void testSerial()
                throws Exception
Throws:
Exception

testFullTestRunPC

public void testFullTestRunPC()
                       throws Exception
Throws:
Exception

testWithFailingAssertionCPC

public void testWithFailingAssertionCPC()
                                 throws Exception
Throws:
Exception

testWithSlowTestJustAfew

public void testWithSlowTestJustAfew()
                              throws Exception
Throws:
Exception

testWithFailure

public void testWithFailure()
                     throws Exception
Throws:
Exception

testFixedThreadPool

public void testFixedThreadPool()
                         throws Exception
Throws:
Exception

testClassesUnlimited

public void testClassesUnlimited()
                          throws Exception
Throws:
Exception

testBothUnlimited

public void testBothUnlimited()
                       throws Exception
Throws:
Exception


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