com.croftsoft.core.util.queue
Class QueueTest

java.lang.Object
  extended by com.croftsoft.core.util.queue.QueueTest
All Implemented Interfaces:
Testable

public final class QueueTest
extends Object
implements Testable

Black box testing of Queue implementations.

Since:
2003-05-22
Version:
2003-05-22
Author:
David Wallace Croft

Method Summary
static void main(String[] args)
           
static boolean test(Queue queue)
           
static boolean test(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)

test

public static boolean test(String[] args)

test

public static boolean test(Queue queue)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)