public class Test
extends java.lang.Object
| Constructor and Description |
|---|
Test() |
public static boolean testForExceptionFromDriverQueueTypeEnum()
public static boolean testForExceptionFromDriverStackTypeEnum()
public static boolean testForExceptionFromDriverQueueTestTypeEnum()
public static boolean testForExceptionFromDriverStackTestTypeEnum()
public static boolean testForExceptionFromTestTimesTimeUnitsEnum()
public static boolean testForExceptionFromTestTimesMemoryUnitsEnum()
public static boolean testForExceptionFromTestTimesSetTimeUnits()
public static boolean testForExceptionFromRunMemorySetMemoryUnits()
public static boolean testForExceptionFromTestTimesGetTimeUnits()
public static boolean testForExceptionFromTestTimesGetMemoryUnits()
public static boolean testForExceptionFromTestTimesAddTestTime()
public static boolean testForExceptionFromTestTimesGetLastTestTimes()
public static boolean testForExceptionFromTestTimesGetLastMemoryUsage()
public static boolean testForExceptionFromTestTimesGeTestTimes()
public static boolean testForExceptionFromTestTimesGetMemoryUsages()
public static boolean testForExceptionFromTestTimesGeAverageTestTimes()
public static boolean testForExceptionFromTestTimesGetAverageMemoryUsage()
public static boolean testForExceptionFromTestTimesResetTestTimes()
public static boolean testTestTimesAddTestTimeAndTestTimesGetLastTestTime()
public static boolean testTestTimesAddTestTimeAndTestTimesGetTestTimes()
public static boolean testTestTimesAddTestTimeAndTestTimesSetTimeUnitsAndTestTimesGetTestTimes()
public static boolean testTestTimesAddTestTimeAndTestTimesGetLastMemoryUsage()
public static boolean testTestTimesAddTestTimeAndTestTimesGetMemoryUsages()
public static boolean testTestTimesAddTestTimeAndTestTimesSetMemoryUnitsAndTestTimesGetMemoryUsages()
public static boolean testTestTimesAddTestTimeAndTestTimesSetTimeUnitsAndTestTimesGetAverageTestTimes()
public static boolean testTestTimesAddTestTimeAndTestTimesSetMemoryUnitsAndTestTimesGetAverageMemoryUsage()
public static boolean testForExceptionFromArrayBasedQueueConstructor()
public static boolean testForExceptionFromArrayBasedStackConstructor()
public static boolean testForExceptionFromLinkedQueueConstructor()
public static boolean testForExceptionFromLinkedStackConstructor()
public static boolean testForExceptionFromQueueIsEmpty()
public static boolean testForExceptionFromQueueSize()
public static boolean testForExceptionFromQueueEnqueue()
public static boolean testForExceptionFromQueueEnqueueAndQueueDequeue()
public static boolean testForExceptionFromQueueEnqueueAndQueuePeek()
public static boolean testForExceptionFromQueueEnqueueAndQueueRemoveAll()
public static boolean testForExceptionFromQueueEnqueueAndQueueDequeueIndex()
public static boolean testQueueEnqueueAndQueueSize()
public static boolean testQueueEnqueueAndQueueIsEmpty()
public static boolean testQueueEnqueueAndQueueDequeue()
public static boolean testQueueEnqueueAndQueueDequeueIndex()
public static boolean testQueueEnqueueAndQueueRemoveAll()
public static boolean testQueueEnqueueAndQueuePeekAndQueueDequeue()
public static boolean testForExceptionFromStackIsEmpty()
public static boolean testForExceptionFromStackSize()
public static boolean testForExceptionFromStackPush()
public static boolean testForExceptionFromStackPushAndStackPop()
public static boolean testForExceptionFromStackPushAndStackPeek()
public static boolean testForExceptionFromStackPushAndStackClear()
public static boolean testStackPushAndStackize()
public static boolean testStackPushAndStackIsEmpty()
public static boolean testStackPushAndStackPop()
public static boolean testStackPushAndStackClear()
public static boolean testStackPushAndStackPeekAndStackPop()
public static boolean testQueueEnqueueAndQueueIteratorAndElementIteratorHasNextAndElementIteratorNext()
public static boolean testStackPushAndStackIteratorAndElementIteratorHasNextAndElementIteratorNext()
public static boolean testQueueEnqueueNullThrowsNullPointerException()
public static boolean testStackPushNullThrowsNullPointerException()
public static boolean testQueueDequeueWithIndexThrowsNoSuchElementException()
public static boolean TestDriverCreateQueue()
public static boolean TestDriverCreateStack()
public static boolean testDriverRunQueueTestCaseForEnqueue()
public static boolean testDriverRunQueueTestCaseForDequeue()
public static boolean testDriverRunQueueTestCaseForIterate()
public static boolean testDriverRunStackTestCaseForPush()
public static boolean testDriverRunStackTestCaseForPop()
public static boolean testDriverRunStackTestCaseForIterate()
public static void main(java.lang.String[] args)