org.sape.carbon.services.devtools.junit.launcher
Class LauncherSelectedTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.sape.carbon.services.devtools.junit.launcher.LauncherSelectedTest
All Implemented Interfaces:
Test

public class LauncherSelectedTest
extends TestCase

jUnit test harness that works in tandem with the TestLauncher to allow a user to graphically select tests from the system to execute.

This test harness should not be called directly, instead it should launched through the TestLauncher. Direct calls to this harness will result in successfully running no useful tests.

Copyright 2003 Sapient

Since:
carbon 2.1
Version:
$Revision: 1.1 $($Author: jdreed $ / $Date: 2003/08/13 02:36:11 $)
Author:
Jordan Reed, August 2003

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
LauncherSelectedTest(String name)
           
 
Method Summary
static Test suite()
          This method retrieves the list of tests from a static public variable inside the TestLauncher and will then add all tests from that Set into the suite for return.
 
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

LauncherSelectedTest

public LauncherSelectedTest(String name)
Method Detail

suite

public static Test suite()
This method retrieves the list of tests from a static public variable inside the TestLauncher and will then add all tests from that Set into the suite for return.

Returns:
a list of all tests from the TestLauncher


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.