tests
Class Date

java.lang.Object
  extended by tests.Date

public abstract class Date
extends java.lang.Object

A Date consists of a month, a date number, a year, and a time. It is used for determining the start and stop times of tests.


Constructor Summary
Date()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Date

public Date()