org.joda.time
Class TestLocalTime_Constructors

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

public class TestLocalTime_Constructors
extends junit.framework.TestCase

This class is a Junit unit test for LocalTime.

Author:
Stephen Colebourne

Constructor Summary
TestLocalTime_Constructors(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testConstantMidnight()
          Test constructor ()
 void testConstructor_Chronology()
           
 void testConstructor_DateTimeZone()
           
 void testConstructor_int_int_int_int_Chronology()
           
 void testConstructor_int_int_int_int_nullChronology()
           
 void testConstructor_int_int_int_int()
           
 void testConstructor_int_int_int()
           
 void testConstructor_int_int()
           
 void testConstructor_long_DateTimeZone_2()
           
 void testConstructor_long_DateTimeZone()
           
 void testConstructor_long_nullChronology()
           
 void testConstructor_long_nullDateTimeZone()
           
 void testConstructor_long1_Chronology()
           
 void testConstructor_long1()
           
 void testConstructor_long2_Chronology()
           
 void testConstructor_long2()
           
 void testConstructor_nullChronology()
           
 void testConstructor_nullDateTimeZone()
           
 void testConstructor_nullObject_Chronology()
           
 void testConstructor_nullObject_DateTimeZone()
           
 void testConstructor_nullObject_nullChronology()
           
 void testConstructor_nullObject_nullDateTimeZone()
           
 void testConstructor_nullObject()
           
 void testConstructor_Object_nullChronology()
           
 void testConstructor_Object_nullDateTimeZone()
           
 void testConstructor_Object1_Chronology()
           
 void testConstructor_Object1_DateTimeZone()
           
 void testConstructor_Object1()
           
 void testConstructor_Object2_Chronology()
           
 void testConstructor_Object2()
           
 void testConstructor_ObjectLocalDate()
           
 void testConstructor_ObjectLocalDateTime()
           
 void testConstructor_ObjectLocalTime()
           
 void testConstructor_ObjectString_DateTimeZoneLondon()
           
 void testConstructor_ObjectString_DateTimeZoneNewYork()
           
 void testConstructor_ObjectString_DateTimeZoneTokyo()
           
 void testConstructor_ObjectString1()
           
 void testConstructor_ObjectString1NewYork()
           
 void testConstructor_ObjectString1Tokyo()
           
 void testConstructor_ObjectString2()
           
 void testConstructor_ObjectString3()
           
 void testConstructor_ObjectString4()
           
 void testConstructor_ObjectStringEx1()
           
 void testConstructor_ObjectStringEx2()
           
 void testConstructor_ObjectStringEx3()
           
 void testConstructor_ObjectStringEx4()
           
 void testConstructor_ObjectStringEx5()
           
 void testConstructor_ObjectStringEx6()
           
 void testConstructor_ObjectTimeOfDay()
           
 void testConstructor()
           
 void testFactory_FromCalendarFields_Calendar()
           
 void testFactory_FromDateFields_after1970()
           
 void testFactory_FromDateFields_before1970()
           
 void testFactory_FromDateFields_null()
           
 void testFactoryMillisOfDay_long_Chronology()
           
 void testFactoryMillisOfDay_long_nullChronology()
           
 void testFactoryMillisOfDay_long()
           
 void testParse_formatter()
           
 void testParse_noFormatter()
           
 
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

TestLocalTime_Constructors

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

testConstantMidnight

public void testConstantMidnight()
                          throws Throwable
Test constructor ()

Throws:
Throwable

testParse_noFormatter

public void testParse_noFormatter()
                           throws Throwable
Throws:
Throwable

testParse_formatter

public void testParse_formatter()
                         throws Throwable
Throws:
Throwable

testFactory_FromCalendarFields_Calendar

public void testFactory_FromCalendarFields_Calendar()
                                             throws Exception
Throws:
Exception

testFactory_FromDateFields_after1970

public void testFactory_FromDateFields_after1970()
                                          throws Exception
Throws:
Exception

testFactory_FromDateFields_before1970

public void testFactory_FromDateFields_before1970()
                                           throws Exception
Throws:
Exception

testFactory_FromDateFields_null

public void testFactory_FromDateFields_null()
                                     throws Exception
Throws:
Exception

testFactoryMillisOfDay_long

public void testFactoryMillisOfDay_long()
                                 throws Throwable
Throws:
Throwable

testFactoryMillisOfDay_long_Chronology

public void testFactoryMillisOfDay_long_Chronology()
                                            throws Throwable
Throws:
Throwable

testFactoryMillisOfDay_long_nullChronology

public void testFactoryMillisOfDay_long_nullChronology()
                                                throws Throwable
Throws:
Throwable

testConstructor

public void testConstructor()
                     throws Throwable
Throws:
Throwable

testConstructor_DateTimeZone

public void testConstructor_DateTimeZone()
                                  throws Throwable
Throws:
Throwable

testConstructor_nullDateTimeZone

public void testConstructor_nullDateTimeZone()
                                      throws Throwable
Throws:
Throwable

testConstructor_Chronology

public void testConstructor_Chronology()
                                throws Throwable
Throws:
Throwable

testConstructor_nullChronology

public void testConstructor_nullChronology()
                                    throws Throwable
Throws:
Throwable

testConstructor_long1

public void testConstructor_long1()
                           throws Throwable
Throws:
Throwable

testConstructor_long2

public void testConstructor_long2()
                           throws Throwable
Throws:
Throwable

testConstructor_long_DateTimeZone

public void testConstructor_long_DateTimeZone()
                                       throws Throwable
Throws:
Throwable

testConstructor_long_DateTimeZone_2

public void testConstructor_long_DateTimeZone_2()
                                         throws Throwable
Throws:
Throwable

testConstructor_long_nullDateTimeZone

public void testConstructor_long_nullDateTimeZone()
                                           throws Throwable
Throws:
Throwable

testConstructor_long1_Chronology

public void testConstructor_long1_Chronology()
                                      throws Throwable
Throws:
Throwable

testConstructor_long2_Chronology

public void testConstructor_long2_Chronology()
                                      throws Throwable
Throws:
Throwable

testConstructor_long_nullChronology

public void testConstructor_long_nullChronology()
                                         throws Throwable
Throws:
Throwable

testConstructor_Object1

public void testConstructor_Object1()
                             throws Throwable
Throws:
Throwable

testConstructor_Object2

public void testConstructor_Object2()
                             throws Throwable
Throws:
Throwable

testConstructor_nullObject

public void testConstructor_nullObject()
                                throws Throwable
Throws:
Throwable

testConstructor_ObjectString1

public void testConstructor_ObjectString1()
                                   throws Throwable
Throws:
Throwable

testConstructor_ObjectString1Tokyo

public void testConstructor_ObjectString1Tokyo()
                                        throws Throwable
Throws:
Throwable

testConstructor_ObjectString1NewYork

public void testConstructor_ObjectString1NewYork()
                                          throws Throwable
Throws:
Throwable

testConstructor_ObjectString2

public void testConstructor_ObjectString2()
                                   throws Throwable
Throws:
Throwable

testConstructor_ObjectString3

public void testConstructor_ObjectString3()
                                   throws Throwable
Throws:
Throwable

testConstructor_ObjectString4

public void testConstructor_ObjectString4()
                                   throws Throwable
Throws:
Throwable

testConstructor_ObjectStringEx1

public void testConstructor_ObjectStringEx1()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectStringEx2

public void testConstructor_ObjectStringEx2()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectStringEx3

public void testConstructor_ObjectStringEx3()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectStringEx4

public void testConstructor_ObjectStringEx4()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectStringEx5

public void testConstructor_ObjectStringEx5()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectStringEx6

public void testConstructor_ObjectStringEx6()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectLocalTime

public void testConstructor_ObjectLocalTime()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectLocalDate

public void testConstructor_ObjectLocalDate()
                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectLocalDateTime

public void testConstructor_ObjectLocalDateTime()
                                         throws Throwable
Throws:
Throwable

testConstructor_ObjectTimeOfDay

public void testConstructor_ObjectTimeOfDay()
                                     throws Throwable
Throws:
Throwable

testConstructor_Object1_DateTimeZone

public void testConstructor_Object1_DateTimeZone()
                                          throws Throwable
Throws:
Throwable

testConstructor_ObjectString_DateTimeZoneLondon

public void testConstructor_ObjectString_DateTimeZoneLondon()
                                                     throws Throwable
Throws:
Throwable

testConstructor_ObjectString_DateTimeZoneTokyo

public void testConstructor_ObjectString_DateTimeZoneTokyo()
                                                    throws Throwable
Throws:
Throwable

testConstructor_ObjectString_DateTimeZoneNewYork

public void testConstructor_ObjectString_DateTimeZoneNewYork()
                                                      throws Throwable
Throws:
Throwable

testConstructor_nullObject_DateTimeZone

public void testConstructor_nullObject_DateTimeZone()
                                             throws Throwable
Throws:
Throwable

testConstructor_Object_nullDateTimeZone

public void testConstructor_Object_nullDateTimeZone()
                                             throws Throwable
Throws:
Throwable

testConstructor_nullObject_nullDateTimeZone

public void testConstructor_nullObject_nullDateTimeZone()
                                                 throws Throwable
Throws:
Throwable

testConstructor_Object1_Chronology

public void testConstructor_Object1_Chronology()
                                        throws Throwable
Throws:
Throwable

testConstructor_Object2_Chronology

public void testConstructor_Object2_Chronology()
                                        throws Throwable
Throws:
Throwable

testConstructor_nullObject_Chronology

public void testConstructor_nullObject_Chronology()
                                           throws Throwable
Throws:
Throwable

testConstructor_Object_nullChronology

public void testConstructor_Object_nullChronology()
                                           throws Throwable
Throws:
Throwable

testConstructor_nullObject_nullChronology

public void testConstructor_nullObject_nullChronology()
                                               throws Throwable
Throws:
Throwable

testConstructor_int_int

public void testConstructor_int_int()
                             throws Throwable
Throws:
Throwable

testConstructor_int_int_int

public void testConstructor_int_int_int()
                                 throws Throwable
Throws:
Throwable

testConstructor_int_int_int_int

public void testConstructor_int_int_int_int()
                                     throws Throwable
Throws:
Throwable

testConstructor_int_int_int_int_Chronology

public void testConstructor_int_int_int_int_Chronology()
                                                throws Throwable
Throws:
Throwable

testConstructor_int_int_int_int_nullChronology

public void testConstructor_int_int_int_int_nullChronology()
                                                    throws Throwable
Throws:
Throwable


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