Class SerializedDataManagerTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.dlese.dpc.datamgr.SerializedDataManagerTest
All Implemented Interfaces:
junit.framework.Test

public class SerializedDataManagerTest extends junit.framework.TestCase
  • Constructor Details

    • SerializedDataManagerTest

      public SerializedDataManagerTest()
  • Method Details

    • suite

      public static junit.framework.Test suite()
    • setUp

      protected void setUp() throws Exception
      Overrides:
      setUp in class junit.framework.TestCase
      Throws:
      Exception
    • test_getIDsSorted_method

      public void test_getIDsSorted_method() throws Exception
      Throws:
      Exception
    • test_locking_methods

      public void test_locking_methods() throws Exception
      Throws:
      Exception
    • test_put_and_get_methods

      public void test_put_and_get_methods() throws Exception
      Throws:
      Exception
    • test_simple_filename_encode_decode

      public void test_simple_filename_encode_decode()
    • test_getNumRecords

      public void test_getNumRecords()
    • test_random_filename_encode_decode

      public void test_random_filename_encode_decode()
    • tearDown

      protected void tearDown()
      Overrides:
      tearDown in class junit.framework.TestCase
    • main

      public static void main(String[] args)