Ejemplo n.º 1
0
 @Test(dataProvider = "calendarDisplayName")
 public void test_getDisplayName(String chronoId, String calendarDisplayName) {
   Chronology chrono = Chronology.of(chronoId);
   assertEquals(chrono.getDisplayName(TextStyle.FULL, Locale.ENGLISH), calendarDisplayName);
 }