org.jcrontab.data.tests
Class HoliDayTest

java.lang.Object
  |
  +--TestCase
        |
        +--org.jcrontab.data.tests.HoliDayTest

public class HoliDayTest
extends TestCase

Some simple tests.

See Also:
Serialized Form

Constructor Summary
HoliDayTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
 void testEquals()
           
 void testGet()
           
 void testSet()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HoliDayTest

public HoliDayTest(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
java.lang.Exception

suite

public static Test suite()

main

public static void main(java.lang.String[] args)

testSet

public void testSet()

testGet

public void testGet()

testEquals

public void testEquals()

testToString

public void testToString()