Home
last modified time | relevance | path

Searched defs:calendarSystemType (Results 1 – 1 of 1) sorted by relevance

/external/threetenbp/src/test/java/org/threeten/bp/chrono/
DTestChronology.java92 public void test_getters(String chronoId, String calendarSystemType, String description) { in test_getters()
96 assertEquals(chrono.getCalendarType(), calendarSystemType); in test_getters() local
100 …public void test_required_calendars(String chronoId, String calendarSystemType, String description… in test_required_calendars()