org.jhotdraw.test.util
Class UtilSuite

java.lang.Object
  extended by org.jhotdraw.test.util.UtilSuite

public class UtilSuite
extends java.lang.Object

TestSuite UtilSuite


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

UtilSuite

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