org.jhotdraw.test.standard
Class StandardSuite

java.lang.Object
  extended by org.jhotdraw.test.standard.StandardSuite

public class StandardSuite
extends java.lang.Object

TestSuite StandardSuite


Constructor Summary
StandardSuite()
           
 
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

StandardSuite

public StandardSuite()
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 .