org.joda.time
Class TestDateTimeUtils

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

public class TestDateTimeUtils
extends junit.framework.TestCase

This class is a Junit unit test for DateTimeUtils.

Author:
Stephen Colebourne

Constructor Summary
TestDateTimeUtils(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void test_julianDay()
           
 void testClass()
           
 void testFixedMillis()
           
 void testFixedMillisSecurity()
           
 void testGetChronology_Chronology()
           
 void testGetDurationMillis_RI()
           
 void testGetInstantChronology_RI()
           
 void testGetInstantMillis_RI()
           
 void testGetIntervalChronology_RI_RI()
           
 void testGetIntervalChronology_RInterval()
           
 void testGetPeriodType_PeriodType()
           
 void testGetReadableInterval_ReadableInterval()
           
 void testGetZone_Zone()
           
 void testIsContiguous_RP_GJChronology()
           
 void testIsContiguous_RP()
           
 void testMillisProvider_null()
           
 void testMillisProvider()
           
 void testMillisProviderSecurity()
           
 void testOffsetMillis()
           
 void testOffsetMillisSecurity()
           
 void testOffsetMillisToZero()
           
 void testSystemMillis()
           
 void testSystemMillisSecurity()
           
 void testTest()
           
 
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

TestDateTimeUtils

public TestDateTimeUtils(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

testTest

public void testTest()

testClass

public void testClass()

testSystemMillis

public void testSystemMillis()

testSystemMillisSecurity

public void testSystemMillisSecurity()

testFixedMillis

public void testFixedMillis()

testFixedMillisSecurity

public void testFixedMillisSecurity()

testOffsetMillis

public void testOffsetMillis()

testOffsetMillisToZero

public void testOffsetMillisToZero()

testOffsetMillisSecurity

public void testOffsetMillisSecurity()

testMillisProvider

public void testMillisProvider()

testMillisProvider_null

public void testMillisProvider_null()

testMillisProviderSecurity

public void testMillisProviderSecurity()

testGetInstantMillis_RI

public void testGetInstantMillis_RI()

testGetInstantChronology_RI

public void testGetInstantChronology_RI()

testGetIntervalChronology_RInterval

public void testGetIntervalChronology_RInterval()

testGetIntervalChronology_RI_RI

public void testGetIntervalChronology_RI_RI()

testGetReadableInterval_ReadableInterval

public void testGetReadableInterval_ReadableInterval()

testGetChronology_Chronology

public void testGetChronology_Chronology()

testGetZone_Zone

public void testGetZone_Zone()

testGetPeriodType_PeriodType

public void testGetPeriodType_PeriodType()

testGetDurationMillis_RI

public void testGetDurationMillis_RI()

testIsContiguous_RP

public void testIsContiguous_RP()

testIsContiguous_RP_GJChronology

public void testIsContiguous_RP_GJChronology()

test_julianDay

public void test_julianDay()


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