com.wcohen.secondstring
Class TestPackage

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--com.wcohen.secondstring.TestPackage
All Implemented Interfaces:
junit.framework.Test

public class TestPackage
extends junit.framework.TestSuite


Nested Class Summary
static class TestPackage.MyFixture
           
 
Constructor Summary
TestPackage(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static junit.framework.TestSuite suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestPackage

public TestPackage(java.lang.String name)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(java.lang.String[] argv)