org.joda.time.chrono
Class TestGJChronology

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

public class TestGJChronology
extends junit.framework.TestCase

This class is a Junit unit test for GJChronology.

Author:
Stephen Colebourne

Constructor Summary
TestGJChronology(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testCutoverAddDays()
           
 void testCutoverAddMonths()
           
 void testCutoverAddWeeks()
           
 void testCutoverAddWeekyears()
           
 void testCutoverAddYears()
           
 void testDateFields()
           
 void testDurationFields()
           
 void testEquality()
           
 void testFactory_Zone_long_int()
           
 void testFactory_Zone_RI_int()
           
 void testFactory_Zone_RI()
           
 void testFactory_Zone()
           
 void testFactory()
           
 void testFactoryUTC()
           
 void testIllegalDates()
           
 void testLeapYearRulesConstruction()
           
 void testLeapYearRulesConstructionInvalid()
           
 void testMaximumValue()
           
 void testParseEquivalence()
           
 void testPartialGetAsText()
           
 void testSubtractDays()
           
 void testTimeFields()
           
 void testTimeOfDayAdd()
           
 void testToString()
           
 void testWithUTC()
           
 void testWithZone()
           
 void testYearEndAddDays()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

TestGJChronology

public TestGJChronology(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.TestSuite suite()

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testFactoryUTC

public void testFactoryUTC()

testFactory

public void testFactory()

testFactory_Zone

public void testFactory_Zone()

testFactory_Zone_long_int

public void testFactory_Zone_long_int()

testFactory_Zone_RI

public void testFactory_Zone_RI()

testFactory_Zone_RI_int

public void testFactory_Zone_RI_int()

testEquality

public void testEquality()

testWithUTC

public void testWithUTC()

testWithZone

public void testWithZone()

testToString

public void testToString()

testDurationFields

public void testDurationFields()

testDateFields

public void testDateFields()

testTimeFields

public void testTimeFields()

testIllegalDates

public void testIllegalDates()

testParseEquivalence

public void testParseEquivalence()

testCutoverAddYears

public void testCutoverAddYears()

testCutoverAddWeekyears

public void testCutoverAddWeekyears()

testCutoverAddMonths

public void testCutoverAddMonths()

testCutoverAddWeeks

public void testCutoverAddWeeks()

testCutoverAddDays

public void testCutoverAddDays()

testYearEndAddDays

public void testYearEndAddDays()

testSubtractDays

public void testSubtractDays()

testTimeOfDayAdd

public void testTimeOfDayAdd()

testMaximumValue

public void testMaximumValue()

testPartialGetAsText

public void testPartialGetAsText()

testLeapYearRulesConstruction

public void testLeapYearRulesConstruction()

testLeapYearRulesConstructionInvalid

public void testLeapYearRulesConstructionInvalid()


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