diva.util.test
Class ShapeUtilitiesTest

java.lang.Object
  extended by diva.util.jester.TestSuite
      extended by diva.util.test.ShapeUtilitiesTest

public class ShapeUtilitiesTest
extends TestSuite

A test suite for ShapeUtilities.

Version:
$Id: ShapeUtilitiesTest.java 38798 2005-07-08 20:00:01Z cxh $
Author:
John Reekie

Constructor Summary
ShapeUtilitiesTest(TestHarness harness)
          Constructor
 
Method Summary
static void main(java.lang.String[] argv)
          Create a default test harness and run all tests on it.
 void runSuite()
          runSuite()
 void testTransformBounds()
          Test bounds transformation
 void testTransformModify()
          Test general transformation
 void testTransformModifyRect()
          Test rectangle transformation
 void testTranslateModify()
          Test translation
 
Methods inherited from class diva.util.jester.TestSuite
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeUtilitiesTest

public ShapeUtilitiesTest(TestHarness harness)
Constructor

Method Detail

runSuite

public void runSuite()
runSuite()

Specified by:
runSuite in class TestSuite

testTransformBounds

public void testTransformBounds()
Test bounds transformation


testTransformModify

public void testTransformModify()
Test general transformation


testTransformModifyRect

public void testTransformModifyRect()
Test rectangle transformation


testTranslateModify

public void testTranslateModify()
Test translation


main

public static void main(java.lang.String[] argv)
Create a default test harness and run all tests on it.