Class SerializedDataManagerPerformanceTests

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

public class SerializedDataManagerPerformanceTests extends junit.framework.TestCase
DESCRIPTION
Author:
John Weatherley
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    The main program for the SerializedDataManagerPerformanceTests class
    protected void
    The JUnit setup method.
    static junit.framework.Test
    A unit test suite for JUnit
    protected void
    The teardown method for JUnit
    void
    A unit test for JUnit
    void
    A unit test for JUnit
    void
    A unit test for JUnit
    void
    A unit test for JUnit
    void
    A unit test for JUnit
    void
    A unit test for JUnit
    void
    A unit test for JUnit

    Methods inherited from class junit.framework.TestCase

    countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString

    Methods inherited from class junit.framework.Assert

    assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SerializedDataManagerPerformanceTests

      public SerializedDataManagerPerformanceTests()
  • Method Details

    • suite

      public static junit.framework.Test suite()
      A unit test suite for JUnit
      Returns:
      The test suite
    • setUp

      protected void setUp() throws Exception
      The JUnit setup method. Gets called prior to running EACH test method call.
      Overrides:
      setUp in class junit.framework.TestCase
      Throws:
      Exception - DESCRIPTION
    • test_getIDsSorted_method

      public void test_getIDsSorted_method() throws Exception
      A unit test for JUnit
      Throws:
      Exception - DESCRIPTION
    • test_put_and_get_methods

      public void test_put_and_get_methods() throws Exception
      A unit test for JUnit
      Throws:
      Exception - Exception
    • test_simple_filename_encode_decode

      public void test_simple_filename_encode_decode()
      A unit test for JUnit
    • test_getNumRecords

      public void test_getNumRecords()
      A unit test for JUnit
    • test_getIDs

      public void test_getIDs()
      A unit test for JUnit
    • test_getIDsSorted

      public void test_getIDsSorted()
      A unit test for JUnit
    • test_random_filename_encode_decode

      public void test_random_filename_encode_decode()
      A unit test for JUnit
    • tearDown

      protected void tearDown()
      The teardown method for JUnit
      Overrides:
      tearDown in class junit.framework.TestCase
    • main

      public static void main(String[] args)
      The main program for the SerializedDataManagerPerformanceTests class
      Parameters:
      args - The command line arguments