Package gov.nasa.pds.imaging.generate
Class GenerateLauncherTest
- java.lang.Object
-
- gov.nasa.pds.imaging.generate.test.GenerateTest
-
- gov.nasa.pds.imaging.generate.GenerateLauncherTest
-
public class GenerateLauncherTest extends GenerateTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gov.nasa.pds.imaging.generate.test.GenerateTest
GenerateTest.SingleTestRule
-
-
Field Summary
Fields Modifier and Type Field Description GenerateTest.SingleTestRule
test
-
Fields inherited from class gov.nasa.pds.imaging.generate.test.GenerateTest
log, watchman
-
-
Constructor Summary
Constructors Constructor Description GenerateLauncherTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
oneTimeSetUp()
void
testCleanup()
void
testDisplayVersion()
void
testGenerationDemo()
Test Generation Tool with Demo datavoid
testGenerationMER()
Test Transformer with MER datavoid
testGenerationMPFExample()
Test Generation Tool with MPF Data
-
-
-
Field Detail
-
test
public GenerateTest.SingleTestRule test
-
-
Method Detail
-
testDisplayVersion
public void testDisplayVersion()
-
testGenerationDemo
public void testGenerationDemo()
Test Generation Tool with Demo data
-
testGenerationMER
public void testGenerationMER()
Test Transformer with MER data
-
testGenerationMPFExample
public void testGenerationMPFExample()
Test Generation Tool with MPF Data
-
testCleanup
public void testCleanup()
-
-