com.mindprod.common11
Class TestDate

java.lang.Object
  extended by com.mindprod.common11.TestDate

public final class TestDate
extends java.lang.Object

Validate BigDate to ensure it is bug-free. Also demonstrate and exercise the various methods.

Since:
1997
Version:
5.1 2009-05-05 - add tests for isAnniversary
Author:
Roedy Green, Canadian Mind Products

Constructor Summary
TestDate()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run a series of tests on BigDate to ensure it is bug-free.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDate

public TestDate()
Method Detail

main

public static void main(java.lang.String[] args)
Run a series of tests on BigDate to ensure it is bug-free.

Parameters:
args - command line arguments, not used.