Package gov.nasa.pds.imaging.generate
Class GenerateIntegrationTest
- java.lang.Object
-
- gov.nasa.pds.imaging.generate.test.GenerateTest
-
- gov.nasa.pds.imaging.generate.GenerateIntegrationTest
-
public class GenerateIntegrationTest extends GenerateTest
- Author:
- jpadams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
GenerateIntegrationTest.ExitException
-
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 GenerateIntegrationTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
static void
setUpBeforeClass()
void
tearDown()
void
testPDS259()
Test CLI end-to-end with rchen test data per PDS-259 bugvoid
testPDS493_1()
void
testPDS493_2()
void
testPDS500()
void
testTransformAPI()
void
testTransformCLI()
void
testUnits()
void
testUnitsProductTools()
-
-
-
Field Detail
-
test
public GenerateTest.SingleTestRule test
-
-
Method Detail
-
testPDS259
public void testPDS259()
Test CLI end-to-end with rchen test data per PDS-259 bug
-
testTransformCLI
public void testTransformCLI()
-
testPDS493_1
public void testPDS493_1()
-
testPDS493_2
public void testPDS493_2()
-
testPDS500
public void testPDS500()
-
testUnits
public void testUnits()
-
testUnitsProductTools
public void testUnitsProductTools()
-
testTransformAPI
public void testTransformAPI()
-
-