public class Test
extends java.lang.Object
Constructor and Description |
---|
Test() |
public static boolean testForExceptionFromListTypeEnum()
public static boolean testForExceptionFromTestTypeEnum()
public static boolean testForExceptionFromArrayBasedListConstructor()
public static boolean testForExceptionFromLinkedListConstructor()
public static boolean testForExceptionFromDriverInitializeList()
public static boolean testForExceptionFromDriverCreateList()
public static boolean testForExceptionFromDriverMemoryUsage()
public static boolean testMemoryUsage()
public static boolean testForExceptionFromArrayBasedListIsEmpty()
public static boolean testForExceptionFromLinkedListIsEmpty()
public static boolean testForExceptionFromArrayBasedListAdd()
public static boolean testForExceptionFromLinkedListAdd()
public static boolean testArrayBasedListIsEmpty()
public static boolean testLinkedListIsEmpty()
public static boolean testForExceptionFromArrayBasedListSize()
public static boolean testForExceptionFromLinkedListSize()
public static boolean testArrayBasedListSize()
public static boolean testLinkedListSize()
public static boolean testForExceptionFromArrayBasedListGet()
public static boolean testForExceptionFromLinkedListGet()
public static boolean testArrayBasedListAddAndGet()
public static boolean testLinkedListAddAndGet()
public static boolean testForExceptionFromArrayBasedAddSorted()
public static boolean testForExceptionFromLinkedListAddSorted()
public static boolean testArrayBasedListAddSortedAndGet()
public static boolean testLinkedListAddSortedAndGet()
public static boolean testForExceptionFromArrayBasedAddAtIndex()
public static boolean testForExceptionFromLinkedListAddAtIndex()
public static boolean testArrayBasedAddAtIndexAndGet()
public static boolean testLinkedListAddAtIndexAndGet()
public static boolean testForExceptionFromArrayBasedListRemove()
public static boolean testForExceptionFromLinkedListRemove()
public static boolean testForExceptionFromArrayBasedListRemoveAll()
public static boolean testForExceptionFromLinkedListRemoveAll()
public static boolean testArrayBasedListAddAndRemoveAndGet()
public static boolean testLinkedListAddAndRemoveAndGet()
public static boolean testArrayBasedListAddAndRemoveAll()
public static boolean testLinkedListAddAndRemoveAll()
public static boolean testForExceptionFromRunTestCase()
public static boolean testDriverInitializeList()
public static boolean testDriverCreateList()
public static boolean testDriverRunTestCaseForArrayBasedListAndAddSortedOdd()
public static boolean testDriverRunTestCaseForArrayBasedListAndAddSortedEven()
public static boolean testDriverRunTestCaseForArrayBasedListAndAddAll()
public static boolean testDriverRunTestCaseForArrayBasedListAndAddAllAtIndexZero()
public static boolean testDriverRunTestCaseForArrayBasedListAndRemoveAllEven()
public static boolean testDriverRunTestCaseForArrayBasedListAndRemoveAllOdd()
public static boolean testDriverRunTestCaseForLinkedListAndAddSortedOdd()
public static boolean testDriverRunTestCaseForLinkedListAndAddSortedEven()
public static boolean testDriverRunTestCaseForLinkedListAndAddAll()
public static boolean testDriverRunTestCaseForLinkedListAndAddAllAtIndexZero()
public static boolean testDriverRunTestCaseForLinkedListAndRemoveAllEven()
public static boolean testDriverRunTestCaseForLinkedListAndRemoveAllOdd()
public static void main(java.lang.String[] args)