org.jhotdraw.test.samples.javadraw
Class JavadrawSuite

java.lang.Object
  extended by org.jhotdraw.test.samples.javadraw.JavadrawSuite

public class JavadrawSuite
extends java.lang.Object

TestSuite JavadrawSuite


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

JavadrawSuite

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