Search in sources :

Example 1 with GJChronology

use of org.joda.time.chrono.GJChronology in project joda-time by JodaOrg.

the class TestSerialization method testSerializedGJChronology.

public void testSerializedGJChronology() throws Exception {
    GJChronology test = GJChronology.getInstance(TOKYO);
    loadAndCompare(test, "GJChronology", true);
    inlineCompare(test, true);
}
Also used : GJChronology(org.joda.time.chrono.GJChronology)

Example 2 with GJChronology

use of org.joda.time.chrono.GJChronology in project joda-time by JodaOrg.

the class TestSerialization method testSerializedGJChronologyChangedInternals.

public void testSerializedGJChronologyChangedInternals() throws Exception {
    GJChronology test = GJChronology.getInstance(PARIS, 123L, 2);
    loadAndCompare(test, "GJChronologyChangedInternals", true);
    inlineCompare(test, true);
}
Also used : GJChronology(org.joda.time.chrono.GJChronology)

Aggregations

GJChronology (org.joda.time.chrono.GJChronology)2