Package eu.simuline.relana.sys
Class RelanaTest
- java.lang.Object
-
- eu.simuline.relana.sys.RelanaTest
-
public class RelanaTest extends Object
RelanaTest.java Created: Mon May 23 21:23:07 2005- Version:
- 1.0
- Author:
- Ernst Reissner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RelanaTest.TestAll
-
Field Summary
Fields Modifier and Type Field Description private static String
ROOT
(package private) static RelanaTest
TEST
-
Constructor Summary
Constructors Constructor Description RelanaTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Runs the test case.void
testOrdMaps()
void
testProj()
void
testTinyPlane()
void
testTinyPlaneAdd()
void
testTinyPlaneB()
-
-
-
Field Detail
-
ROOT
private static final String ROOT
-
TEST
static RelanaTest TEST
-
-
Method Detail
-
main
public static void main(String[] args)
Runs the test case. Uncomment either the textual UI, Swing UI, or AWT UI.
-
-