issrg.test.time
Class TimeTest

java.lang.Object
  extended by issrg.test.time.TimeTest

public class TimeTest
extends java.lang.Object

This test checks how the time patterns are compared.


Field Summary
static int[] MAX
           
static int[] MIN
           
 
Constructor Summary
TimeTest()
           
 
Method Summary
static boolean inc(int[] t)
          This method increments the array of counters by 1, and returns true, if the major counter overflowed.
static java.lang.String intToTime(int[] t)
           
static boolean iterate(int[] t1, int[] t2, java.io.PrintStream out)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX

public static final int[] MAX

MIN

public static final int[] MIN
Constructor Detail

TimeTest

public TimeTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

iterate

public static boolean iterate(int[] t1,
                              int[] t2,
                              java.io.PrintStream out)

inc

public static boolean inc(int[] t)
This method increments the array of counters by 1, and returns true, if the major counter overflowed.


intToTime

public static java.lang.String intToTime(int[] t)