public class

TestNullConverter

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

Class Overview

This class is a Junit unit test for NullConverter.

Summary

Public Constructors
TestNullConverter(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void testGetChronology_Object_Chronology()
void testGetChronology_Object_Zone()
void testGetDurationMillis_Object()
void testGetInstantMillis_Object_Chronology()
void testGetPartialValues()
void testGetPeriodType_Object()
void testIsReadableInterval_Object_Chronology()
void testSetInto_Object()
void testSetInto_Object_Chronology1()
void testSetInto_Object_Chronology2()
void testSingleton()
void testSupportedType()
void testToString()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestNullConverter (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 testGetDurationMillis_Object ()

Throws
Exception

public void testGetInstantMillis_Object_Chronology ()

Throws
Exception

public void testGetPartialValues ()

Throws
Exception

public void testGetPeriodType_Object ()

Throws
Exception

public void testIsReadableInterval_Object_Chronology ()

Throws
Exception

public void testSetInto_Object ()

Throws
Exception

public void testSetInto_Object_Chronology1 ()

Throws
Exception

public void testSetInto_Object_Chronology2 ()

Throws
Exception

public void testSingleton ()

Throws
Exception

public void testSupportedType ()

Throws
Exception

public void testToString ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception