Package diva.util.test
Class ShapeUtilitiesTest
- java.lang.Object
-
- diva.util.jester.TestSuite
-
- diva.util.test.ShapeUtilitiesTest
-
public class ShapeUtilitiesTest extends TestSuite
A test suite for ShapeUtilities.- Version:
- $Id$
- Author:
- John Reekie
-
-
Constructor Summary
Constructors Constructor Description ShapeUtilitiesTest(TestHarness harness)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 transformationvoid
testTransformModify()
Test general transformationvoid
testTransformModifyRect()
Test rectangle transformationvoid
testTranslateModify()
Test translation-
Methods inherited from class diva.util.jester.TestSuite
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
-
-
-
-
Constructor Detail
-
ShapeUtilitiesTest
public ShapeUtilitiesTest(TestHarness harness)
Constructor
-
-
Method Detail
-
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.
-
-