public class ShapeUtilitiesTest extends TestSuite
Constructor and Description |
---|
ShapeUtilitiesTest(TestHarness harness)
Constructor
|
Modifier and Type | Method and 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 transformation
|
void |
testTransformModify()
Test general transformation
|
void |
testTransformModifyRect()
Test rectangle transformation
|
void |
testTranslateModify()
Test translation
|
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
public ShapeUtilitiesTest(TestHarness harness)
public void testTransformBounds()
public void testTransformModify()
public void testTransformModifyRect()
public void testTranslateModify()
public static void main(java.lang.String[] argv)