org.jhotdraw.test.framework
Class FrameworkSuite

java.lang.Object
  extended by org.jhotdraw.test.framework.FrameworkSuite

public class FrameworkSuite
extends java.lang.Object

TestSuite FrameworkSuite


Constructor Summary
FrameworkSuite()
           
 
Method Summary
static void main(java.lang.String[] args)
          Method to execute the TestSuite from command line using JUnit's textui.TestRunner .
static junit.framework.TestSuite suite()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkSuite

public FrameworkSuite()
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(java.lang.String[] args)
Method to execute the TestSuite from command line using JUnit's textui.TestRunner .