gov.nasa.pds.registry.util
Class SlotFilterTest

java.lang.Object
  extended by gov.nasa.pds.registry.test.RegistryCoreTest
      extended by gov.nasa.pds.registry.util.SlotFilterTest

public class SlotFilterTest
extends RegistryCoreTest


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.pds.registry.test.RegistryCoreTest
RegistryCoreTest.SingleTestRule
 
Field Summary
 
Fields inherited from class gov.nasa.pds.registry.test.RegistryCoreTest
log, watchman
 
Constructor Summary
SlotFilterTest()
           
 
Method Summary
 void setUp()
           
static void setUpBeforeClass()
           
 void tearDown()
           
static void tearDownAfterClass()
           
 void testFilterAccept()
          Test to ensure the filter allows those matching objects to pass through
 void testFilterReject()
          Test to ensure the filter rejects those objects that do not match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlotFilterTest

public SlotFilterTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws Exception
Throws:
Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testFilterAccept

public void testFilterAccept()
Test to ensure the filter allows those matching objects to pass through


testFilterReject

public void testFilterReject()
Test to ensure the filter rejects those objects that do not match



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