Searched refs:actualEra (Results 1 – 1 of 1) sorted by relevance
593 JapaneseEra actualEra = JapaneseEra.valueOf(name); in test_JapaneseEra_singletons() local594 assertEquals(actualEra, expectedEra, "JapaneseEra.valueOf(name)"); in test_JapaneseEra_singletons()596 actualEra = JapaneseEra.of(eraValue); in test_JapaneseEra_singletons()597 assertEquals(actualEra, expectedEra, "JapaneseEra.of(value)"); in test_JapaneseEra_singletons()599 String string = actualEra.toString(); in test_JapaneseEra_singletons()