public class

TestDateConverter

extends TestCase
java.lang.Object
   ↳ TestCase
     ↳ org.joda.time.convert.TestDateConverter

Class Overview

This class is a Junit unit test for DateConverter.

Summary

Public Constructors
TestDateConverter(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void testGetChronology_Object_Chronology()
void testGetChronology_Object_Zone()
void testGetInstantMillis_Object_Chronology()
void testGetPartialValues()
void testSingleton()
void testSupportedType()
void testToString()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestDateConverter (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void testGetChronology_Object_Chronology ()

Throws
Exception

public void testGetChronology_Object_Zone ()

Throws
Exception

public void testGetInstantMillis_Object_Chronology ()

Throws
Exception

public void testGetPartialValues ()

Throws
Exception

public void testSingleton ()

Throws
Exception

public void testSupportedType ()

Throws
Exception

public void testToString ()

Protected Methods

protected void setUp ()

Throws
Exception