public class

TestReadableInstantConverter

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

Class Overview

This class is a Junit unit test for ReadableInstantConverter.

Summary

Public Constructors
TestReadableInstantConverter(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void testGetChronology_Object_Chronology()
void testGetChronology_Object_Zone()
void testGetChronology_Object_nullChronology()
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 TestReadableInstantConverter (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 testGetChronology_Object_nullChronology ()

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