Package org.jazzteam.TimeInQueue

Examples of org.jazzteam.TimeInQueue.TimeInQueue


public class TimeInQueueTest {

  @Test
  public void test() {
    TimeInQueue object = new TimeInQueue();
    assertEquals(object.residenceTime(3), 11);
    assertEquals(object.residenceTime(5), 18);
  }
View Full Code Here

TOP

Related Classes of org.jazzteam.TimeInQueue.TimeInQueue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.