org.shiftone.exq.impl.util.test
Class FastListTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.shiftone.exq.impl.util.test.FastListTestCase
All Implemented Interfaces:
junit.framework.Test

public class FastListTestCase
extends junit.framework.TestCase

Class FastListTestCase

Author:
Jeff Drost

Field Summary
static java.lang.String FIRST
           
static java.lang.String LAST
           
static java.lang.String MID
           
 
Constructor Summary
FastListTestCase(java.lang.String name)
          Constructor FastListTestCase
 
Method Summary
 void testFastList2()
          Method testFastList2
 void testFastList3()
          Method testFastList3
 void testFastList4()
          Method testFastList4
 void testFastList8()
          Method testFastList9
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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
 

Field Detail

FIRST

public static final java.lang.String FIRST
See Also:
Constant Field Values

MID

public static final java.lang.String MID
See Also:
Constant Field Values

LAST

public static final java.lang.String LAST
See Also:
Constant Field Values
Constructor Detail

FastListTestCase

public FastListTestCase(java.lang.String name)
Constructor FastListTestCase

Parameters:
name -
Method Detail

testFastList2

public void testFastList2()
Method testFastList2


testFastList3

public void testFastList3()
Method testFastList3


testFastList4

public void testFastList4()
Method testFastList4


testFastList8

public void testFastList8()
Method testFastList9