Class Test

java.lang.Object
  extended by Test

public class Test
extends java.lang.Object


Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static boolean testArrayQueueAddAndElement()
           
static boolean testArrayQueueAddAndRemove()
           
static boolean testArrayQueueAddAndSize()
           
static boolean testArrayQueueAddThrowsIllegalStateException()
           
static boolean testArrayQueueAddThrowsNullPointerException()
           
static boolean testArrayQueueElementThrowsNoSuchElementException()
           
static boolean testArrayQueueIsEmpty()
           
static boolean testArrayQueueRemoveAll()
           
static boolean testArrayQueueRemoveIndexThrowsNoSuchElementException()
           
static boolean testArrayQueueRemoveThrowsNoSuchElementException()
           
static boolean testArrayQueueRemoveWithIndex()
           
static boolean testForExceptionArrayQueueConstructor()
           
static boolean testForExceptionFromArrayQueueAdd()
           
static boolean testForExceptionFromArrayQueueElement()
           
static boolean testForExceptionFromArrayQueueIsEmpty()
           
static boolean testForExceptionFromArrayQueueRemove()
           
static boolean testForExceptionFromArrayQueueRemoveAll()
           
static boolean testForExceptionFromArrayQueueRemoveWithIndex()
           
static boolean testForExceptionFromArrayQueueSize()
           
static boolean testForExceptionFromClearRunTimes()
           
static boolean testForExceptionFromCreateIntegerTestQueue()
           
static boolean testForExceptionFromCreateStringTestQueue()
           
static boolean testForExceptionFromGetRunTimes()
           
static boolean testForExceptionFromInitializeIntegerTestQueue()
           
static boolean testForExceptionFromInitializeStringTestQueue()
           
static boolean testForExceptionFromLinkedQueueAdd()
           
static boolean testForExceptionFromLinkedQueueElement()
           
static boolean testForExceptionFromLinkedQueueIsEmpty()
           
static boolean testForExceptionFromLinkedQueueRemove()
           
static boolean testForExceptionFromLinkedQueueRemoveAll()
           
static boolean testForExceptionFromLinkedQueueRemoveWithIndex()
           
static boolean testForExceptionFromLinkedQueueSize()
           
static boolean testForExceptionFromQueueTypeEnum()
           
static boolean testForExceptionFromTestTypeEnum()
           
static boolean testForExceptionLinkedListConstructor()
           
static boolean testLinkedQueueAddAndElement()
           
static boolean testLinkedQueueAddAndRemove()
           
static boolean testLinkedQueueAddAndSize()
           
static boolean testLinkedQueueAddThrowsNullPointerException()
           
static boolean testLinkedQueueElementThrowsNoSuchElementException()
           
static boolean testLinkedQueueIsEmpty()
           
static boolean testLinkedQueueRemoveAll()
           
static boolean testLinkedQueueRemoveIndexThrowsNoSuchElementException()
           
static boolean testLinkedQueueRemoveThrowsNoSuchElementException()
           
static boolean testLinkedQueueRemoveWithIndex()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

testForExceptionFromQueueTypeEnum

public static boolean testForExceptionFromQueueTypeEnum()

testForExceptionFromTestTypeEnum

public static boolean testForExceptionFromTestTypeEnum()

testForExceptionFromGetRunTimes

public static boolean testForExceptionFromGetRunTimes()

testForExceptionFromClearRunTimes

public static boolean testForExceptionFromClearRunTimes()

testForExceptionArrayQueueConstructor

public static boolean testForExceptionArrayQueueConstructor()

testForExceptionLinkedListConstructor

public static boolean testForExceptionLinkedListConstructor()

testForExceptionFromInitializeIntegerTestQueue

public static boolean testForExceptionFromInitializeIntegerTestQueue()

testForExceptionFromInitializeStringTestQueue

public static boolean testForExceptionFromInitializeStringTestQueue()

testForExceptionFromCreateIntegerTestQueue

public static boolean testForExceptionFromCreateIntegerTestQueue()

testForExceptionFromCreateStringTestQueue

public static boolean testForExceptionFromCreateStringTestQueue()

testForExceptionFromArrayQueueIsEmpty

public static boolean testForExceptionFromArrayQueueIsEmpty()

testForExceptionFromLinkedQueueIsEmpty

public static boolean testForExceptionFromLinkedQueueIsEmpty()

testForExceptionFromArrayQueueAdd

public static boolean testForExceptionFromArrayQueueAdd()

testForExceptionFromLinkedQueueAdd

public static boolean testForExceptionFromLinkedQueueAdd()

testArrayQueueIsEmpty

public static boolean testArrayQueueIsEmpty()

testLinkedQueueIsEmpty

public static boolean testLinkedQueueIsEmpty()

testForExceptionFromArrayQueueSize

public static boolean testForExceptionFromArrayQueueSize()

testForExceptionFromLinkedQueueSize

public static boolean testForExceptionFromLinkedQueueSize()

testArrayQueueAddAndSize

public static boolean testArrayQueueAddAndSize()

testLinkedQueueAddAndSize

public static boolean testLinkedQueueAddAndSize()

testForExceptionFromArrayQueueElement

public static boolean testForExceptionFromArrayQueueElement()

testForExceptionFromLinkedQueueElement

public static boolean testForExceptionFromLinkedQueueElement()

testForExceptionFromArrayQueueRemove

public static boolean testForExceptionFromArrayQueueRemove()

testForExceptionFromLinkedQueueRemove

public static boolean testForExceptionFromLinkedQueueRemove()

testArrayQueueAddAndRemove

public static boolean testArrayQueueAddAndRemove()

testLinkedQueueAddAndRemove

public static boolean testLinkedQueueAddAndRemove()

testArrayQueueAddAndElement

public static boolean testArrayQueueAddAndElement()

testLinkedQueueAddAndElement

public static boolean testLinkedQueueAddAndElement()

testForExceptionFromArrayQueueRemoveAll

public static boolean testForExceptionFromArrayQueueRemoveAll()

testForExceptionFromLinkedQueueRemoveAll

public static boolean testForExceptionFromLinkedQueueRemoveAll()

testArrayQueueRemoveAll

public static boolean testArrayQueueRemoveAll()

testLinkedQueueRemoveAll

public static boolean testLinkedQueueRemoveAll()

testForExceptionFromArrayQueueRemoveWithIndex

public static boolean testForExceptionFromArrayQueueRemoveWithIndex()

testForExceptionFromLinkedQueueRemoveWithIndex

public static boolean testForExceptionFromLinkedQueueRemoveWithIndex()

testArrayQueueRemoveWithIndex

public static boolean testArrayQueueRemoveWithIndex()

testLinkedQueueRemoveWithIndex

public static boolean testLinkedQueueRemoveWithIndex()

testArrayQueueAddThrowsNullPointerException

public static boolean testArrayQueueAddThrowsNullPointerException()

testLinkedQueueAddThrowsNullPointerException

public static boolean testLinkedQueueAddThrowsNullPointerException()

testArrayQueueAddThrowsIllegalStateException

public static boolean testArrayQueueAddThrowsIllegalStateException()

testArrayQueueElementThrowsNoSuchElementException

public static boolean testArrayQueueElementThrowsNoSuchElementException()

testLinkedQueueElementThrowsNoSuchElementException

public static boolean testLinkedQueueElementThrowsNoSuchElementException()

testArrayQueueRemoveThrowsNoSuchElementException

public static boolean testArrayQueueRemoveThrowsNoSuchElementException()

testLinkedQueueRemoveThrowsNoSuchElementException

public static boolean testLinkedQueueRemoveThrowsNoSuchElementException()

testArrayQueueRemoveIndexThrowsNoSuchElementException

public static boolean testArrayQueueRemoveIndexThrowsNoSuchElementException()

testLinkedQueueRemoveIndexThrowsNoSuchElementException

public static boolean testLinkedQueueRemoveIndexThrowsNoSuchElementException()

main

public static void main(java.lang.String[] args)