gov.nasa.pds.search.core
Class SearchCoreLauncherTest

java.lang.Object
  extended by gov.nasa.pds.search.core.test.SearchCoreTest
      extended by gov.nasa.pds.search.core.SearchCoreLauncherTest

public class SearchCoreLauncherTest
extends SearchCoreTest

Tests SearchCoreLauncher CLI for proper behavior. These are some pretty basic tests for specifying correct arguments.

Author:
jpadams

Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.pds.search.core.test.SearchCoreTest
SearchCoreTest.SingleTestRule
 
Field Summary
 SearchCoreTest.SingleTestRule test
           
 
Fields inherited from class gov.nasa.pds.search.core.test.SearchCoreTest
log, watchman
 
Constructor Summary
SearchCoreLauncherTest()
           
 
Method Summary
static void oneTimeSetUp()
           
static void oneTimeTearDown()
           
 void testEmptyArgs()
          Test arguments are not empty
 void testExtractorAbsolute()
          Test Registry Extractor with absolute paths and max query = 1
 void testExtractorRelative()
          Test Registry Extractor with relative paths and max query = 1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

test

public SearchCoreTest.SingleTestRule test
Constructor Detail

SearchCoreLauncherTest

public SearchCoreLauncherTest()
Method Detail

oneTimeSetUp

public static void oneTimeSetUp()

oneTimeTearDown

public static void oneTimeTearDown()
                            throws IOException
Throws:
IOException

testEmptyArgs

public void testEmptyArgs()
Test arguments are not empty


testExtractorAbsolute

public void testExtractorAbsolute()
Test Registry Extractor with absolute paths and max query = 1

Throws:
Exception

testExtractorRelative

public void testExtractorRelative()
Test Registry Extractor with relative paths and max query = 1

Throws:
Exception


Copyright © 2010–2014 Planetary Data System. All rights reserved.