public class

TestSerialization

extends TestCase
java.lang.Object
   ↳ TestCase
     ↳ org.joda.time.TestSerialization

Class Overview

This class is a Junit unit test for serialization.

Summary

Public Constructors
TestSerialization(String name)
Public Methods
void inlineCompare(Serializable test, boolean same)
static void main(String[] args)
static TestSuite suite()
void testSerializedBuddhistChronology()
void testSerializedCopticChronology()
void testSerializedDateMidnight()
void testSerializedDateMidnightProperty()
void testSerializedDateTime()
void testSerializedDateTimeFieldType()
void testSerializedDateTimeProperty()
void testSerializedDateTimeZone()
void testSerializedDateTimeZoneUTC()
void testSerializedGJChronology()
void testSerializedGJChronologyChangedInternals()
void testSerializedGregorianChronology()
void testSerializedISOChronology()
void testSerializedInstant()
void testSerializedJulianChronology()
void testSerializedMutableDateTime()
void testSerializedMutableDateTimeProperty()
void testSerializedPeriodType()
void testSerializedTimeOfDay()
void testSerializedUnsupportedDateTimeField()
void testSerializedYearMonthDay()
void testTest()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestSerialization (String name)

Public Methods

public void inlineCompare (Serializable test, boolean same)

Throws
Exception

public static void main (String[] args)

public static TestSuite suite ()

public void testSerializedBuddhistChronology ()

Throws
Exception

public void testSerializedCopticChronology ()

Throws
Exception

public void testSerializedDateMidnight ()

Throws
Exception

public void testSerializedDateMidnightProperty ()

Throws
Exception

public void testSerializedDateTime ()

Throws
Exception

public void testSerializedDateTimeFieldType ()

Throws
Exception

public void testSerializedDateTimeProperty ()

Throws
Exception

public void testSerializedDateTimeZone ()

Throws
Exception

public void testSerializedDateTimeZoneUTC ()

Throws
Exception

public void testSerializedGJChronology ()

Throws
Exception

public void testSerializedGJChronologyChangedInternals ()

Throws
Exception

public void testSerializedGregorianChronology ()

Throws
Exception

public void testSerializedISOChronology ()

Throws
Exception

public void testSerializedInstant ()

Throws
Exception

public void testSerializedJulianChronology ()

Throws
Exception

public void testSerializedMutableDateTime ()

Throws
Exception

public void testSerializedMutableDateTimeProperty ()

Throws
Exception

public void testSerializedPeriodType ()

Throws
Exception

public void testSerializedTimeOfDay ()

Throws
Exception

public void testSerializedUnsupportedDateTimeField ()

Throws
Exception

public void testSerializedYearMonthDay ()

Throws
Exception

public void testTest ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception