org.joda.time
Class TestDateTimeConstants

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.joda.time.TestDateTimeConstants
All Implemented Interfaces:
junit.framework.Test

public class TestDateTimeConstants
extends junit.framework.TestCase

Test case.

Author:
Stephen Colebourne

Constructor Summary
TestDateTimeConstants(String name)
          TestDateTimeComparator constructor.
 
Method Summary
static void main(String[] args)
          The main method for this test program.
static junit.framework.TestSuite suite()
          TestSuite is a junit required method.
 void testConstructor()
           
 void testDaysOfWeek()
           
 void testEras()
           
 void testHalfdaysOfDay()
           
 void testMaths()
           
 void testMonthsOfYear()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDateTimeConstants

public TestDateTimeConstants(String name)
TestDateTimeComparator constructor.

Parameters:
name -
Method Detail

main

public static void main(String[] args)
The main method for this test program.

Parameters:
args - command line arguments.

suite

public static junit.framework.TestSuite suite()
TestSuite is a junit required method.


testConstructor

public void testConstructor()

testHalfdaysOfDay

public void testHalfdaysOfDay()

testDaysOfWeek

public void testDaysOfWeek()

testMonthsOfYear

public void testMonthsOfYear()

testEras

public void testEras()

testMaths

public void testMaths()


Copyright © 2002-2013 Joda.org. All Rights Reserved.