Package wsh.opt.test
Class CoordinateTransformTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- wsh.opt.test.CoordinateTransformTest
-
- All Implemented Interfaces:
junit.framework.Test
public class CoordinateTransformTest extends junit.framework.TestCase
Wrap wsh.opt.CoordinateTransform for junit testing. (junit.jar must be in CLASSPATH)
-
-
Constructor Summary
Constructors Constructor Description CoordinateTransformTest(java.lang.String name)
Standard constructor calls TestCase(name) constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Run all tests with text gui if this class main is invokedprotected void
setUp()
static junit.framework.Test
suite()
This automatically generates a suite of all "test" methodsprotected void
tearDown()
void
testAll()
Test CoordinateTransform class-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
Method Detail
-
testAll
public void testAll() throws java.lang.Exception
Test CoordinateTransform class- Throws:
java.lang.Exception
-
setUp
protected void setUp() throws java.lang.Exception
- Overrides:
setUp
in classjunit.framework.TestCase
- Throws:
java.lang.Exception
-
tearDown
protected void tearDown() throws java.lang.Exception
- Overrides:
tearDown
in classjunit.framework.TestCase
- Throws:
java.lang.Exception
-
suite
public static junit.framework.Test suite()
This automatically generates a suite of all "test" methods- Returns:
- junit Test
-
main
public static void main(java.lang.String[] args)
Run all tests with text gui if this class main is invoked- Parameters:
args
- command-line arguments (ignored)
-
-