org.jnario.junit3
Class TestQueue

java.lang.Object
  extended by org.jnario.junit3.TestQueue

public class TestQueue
extends Object


Constructor Summary
TestQueue(String... names)
           
 
Method Summary
 boolean isDone()
           
 boolean isRunning()
           
 String next()
           
 String peek()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestQueue

public TestQueue(String... names)
Method Detail

next

public String next()

peek

public String peek()

isRunning

public boolean isRunning()

isDone

public boolean isDone()


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.