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);
}
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);
}
Aggregations