package testtool.Main;


import java.util.Collection;

/**
 *
 * TestTimer is the timer for the whole test * 
 * @author 
 * @version 
 *
 **/

public class TestTimer extends Timer {

     /** Default Constructor **/
     public TestTimer() {
          super();
     }

     protected int tr;

     protected boolean id;

}