issrg.test.time
Class TimeTest
java.lang.Object
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
|
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 |
MAX
public static final int[] MAX
MIN
public static final int[] MIN
TimeTest
public TimeTest()
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)