Package eu.simuline.relana.model
Class DeficiencyMapTest
- java.lang.Object
-
- eu.simuline.relana.model.DeficiencyMapTest
-
public class DeficiencyMapTest extends Object
DeficiencyMapTest.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
DeficiencyMapTest.TestAll
-
Field Summary
Fields Modifier and Type Field Description private static String
ROOT
(package private) static DeficiencyMapTest
TEST
-
Constructor Summary
Constructors Constructor Description DeficiencyMapTest()
-
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
testCompose()
void
testConstructor()
-
-
-
Field Detail
-
ROOT
private static final String ROOT
-
TEST
static DeficiencyMapTest TEST
-
-
Method Detail
-
testConstructor
public void testConstructor()
-
testCompose
public void testCompose()
-
main
public static void main(String[] args)
Runs the test case. Uncomment either the textual UI, Swing UI, or AWT UI.
-
-