org.joda.time.convert
Class TestStringConverter

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

public class TestStringConverter
extends junit.framework.TestCase

This class is a Junit unit test for StringConverter.

Author:
Stephen Colebourne

Constructor Summary
TestStringConverter(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testGetChronology_Object_Chronology()
           
 void testGetChronology_Object_Zone()
           
 void testGetDateTime()
           
 void testGetDateTime1()
           
 void testGetDateTime2()
           
 void testGetDateTime3()
           
 void testGetDateTime4()
           
 void testGetDateTime5()
           
 void testGetDateTime6()
           
 void testGetDurationMillis_Object1()
           
 void testGetDurationMillis_Object2()
           
 void testGetInstantMillis_Object_Chronology()
           
 void testGetInstantMillis_Object_Zone()
           
 void testGetInstantMillis_Object()
           
 void testGetInstantMillisInvalid()
           
 void testGetPartialValues()
           
 void testGetPeriodType_Object()
           
 void testIsReadableInterval_Object_Chronology()
           
 void testSetIntoInterval_Object_Chronology1()
           
 void testSetIntoInterval_Object_Chronology2()
           
 void testSetIntoInterval_Object_Chronology3()
           
 void testSetIntoInterval_Object_Chronology4()
           
 void testSetIntoInterval_Object_Chronology5()
           
 void testSetIntoInterval_Object_Chronology6()
           
 void testSetIntoInterval_Object_Chronology7()
           
 void testSetIntoInterval_Object_Chronology8()
           
 void testSetIntoIntervalEx_Object_Chronology1()
           
 void testSetIntoIntervalEx_Object_Chronology2()
           
 void testSetIntoIntervalEx_Object_Chronology3()
           
 void testSetIntoIntervalEx_Object_Chronology4()
           
 void testSetIntoIntervalEx_Object_Chronology5()
           
 void testSetIntoPeriod_Object1()
           
 void testSetIntoPeriod_Object2()
           
 void testSetIntoPeriod_Object3()
           
 void testSetIntoPeriod_Object4()
           
 void testSetIntoPeriod_Object5()
           
 void testSetIntoPeriod_Object6()
           
 void testSetIntoPeriod_Object7()
           
 void testSetIntoPeriod_Object8()
           
 void testSingleton()
           
 void testSupportedType()
           
 void testToString()
           
 
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

TestStringConverter

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

testSingleton

public void testSingleton()
                   throws Exception
Throws:
Exception

testSupportedType

public void testSupportedType()
                       throws Exception
Throws:
Exception

testGetInstantMillis_Object

public void testGetInstantMillis_Object()
                                 throws Exception
Throws:
Exception

testGetInstantMillis_Object_Zone

public void testGetInstantMillis_Object_Zone()
                                      throws Exception
Throws:
Exception

testGetInstantMillis_Object_Chronology

public void testGetInstantMillis_Object_Chronology()
                                            throws Exception
Throws:
Exception

testGetInstantMillisInvalid

public void testGetInstantMillisInvalid()

testGetChronology_Object_Zone

public void testGetChronology_Object_Zone()
                                   throws Exception
Throws:
Exception

testGetChronology_Object_Chronology

public void testGetChronology_Object_Chronology()
                                         throws Exception
Throws:
Exception

testGetPartialValues

public void testGetPartialValues()
                          throws Exception
Throws:
Exception

testGetDateTime

public void testGetDateTime()
                     throws Exception
Throws:
Exception

testGetDateTime1

public void testGetDateTime1()
                      throws Exception
Throws:
Exception

testGetDateTime2

public void testGetDateTime2()
                      throws Exception
Throws:
Exception

testGetDateTime3

public void testGetDateTime3()
                      throws Exception
Throws:
Exception

testGetDateTime4

public void testGetDateTime4()
                      throws Exception
Throws:
Exception

testGetDateTime5

public void testGetDateTime5()
                      throws Exception
Throws:
Exception

testGetDateTime6

public void testGetDateTime6()
                      throws Exception
Throws:
Exception

testGetDurationMillis_Object1

public void testGetDurationMillis_Object1()
                                   throws Exception
Throws:
Exception

testGetDurationMillis_Object2

public void testGetDurationMillis_Object2()
                                   throws Exception
Throws:
Exception

testGetPeriodType_Object

public void testGetPeriodType_Object()
                              throws Exception
Throws:
Exception

testSetIntoPeriod_Object1

public void testSetIntoPeriod_Object1()
                               throws Exception
Throws:
Exception

testSetIntoPeriod_Object2

public void testSetIntoPeriod_Object2()
                               throws Exception
Throws:
Exception

testSetIntoPeriod_Object3

public void testSetIntoPeriod_Object3()
                               throws Exception
Throws:
Exception

testSetIntoPeriod_Object4

public void testSetIntoPeriod_Object4()
                               throws Exception
Throws:
Exception

testSetIntoPeriod_Object5

public void testSetIntoPeriod_Object5()
                               throws Exception
Throws:
Exception

testSetIntoPeriod_Object6

public void testSetIntoPeriod_Object6()
                               throws Exception
Throws:
Exception

testSetIntoPeriod_Object7

public void testSetIntoPeriod_Object7()
                               throws Exception
Throws:
Exception

testSetIntoPeriod_Object8

public void testSetIntoPeriod_Object8()
                               throws Exception
Throws:
Exception

testIsReadableInterval_Object_Chronology

public void testIsReadableInterval_Object_Chronology()
                                              throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology1

public void testSetIntoInterval_Object_Chronology1()
                                            throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology2

public void testSetIntoInterval_Object_Chronology2()
                                            throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology3

public void testSetIntoInterval_Object_Chronology3()
                                            throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology4

public void testSetIntoInterval_Object_Chronology4()
                                            throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology5

public void testSetIntoInterval_Object_Chronology5()
                                            throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology6

public void testSetIntoInterval_Object_Chronology6()
                                            throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology7

public void testSetIntoInterval_Object_Chronology7()
                                            throws Exception
Throws:
Exception

testSetIntoInterval_Object_Chronology8

public void testSetIntoInterval_Object_Chronology8()
                                            throws Exception
Throws:
Exception

testSetIntoIntervalEx_Object_Chronology1

public void testSetIntoIntervalEx_Object_Chronology1()
                                              throws Exception
Throws:
Exception

testSetIntoIntervalEx_Object_Chronology2

public void testSetIntoIntervalEx_Object_Chronology2()
                                              throws Exception
Throws:
Exception

testSetIntoIntervalEx_Object_Chronology3

public void testSetIntoIntervalEx_Object_Chronology3()
                                              throws Exception
Throws:
Exception

testSetIntoIntervalEx_Object_Chronology4

public void testSetIntoIntervalEx_Object_Chronology4()
                                              throws Exception
Throws:
Exception

testSetIntoIntervalEx_Object_Chronology5

public void testSetIntoIntervalEx_Object_Chronology5()
                                              throws Exception
Throws:
Exception

testToString

public void testToString()


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