Searched refs:actualEra (Results 1 – 1 of 1) sorted by relevance
586 JapaneseEra actualEra = JapaneseEra.valueOf(name); in test_JapaneseEra_singletons() local587 assertEquals(actualEra, expectedEra, "JapaneseEra.valueOf(name)"); in test_JapaneseEra_singletons()589 actualEra = JapaneseEra.of(eraValue); in test_JapaneseEra_singletons()590 assertEquals(actualEra, expectedEra, "JapaneseEra.of(value)"); in test_JapaneseEra_singletons()592 String string = actualEra.toString(); in test_JapaneseEra_singletons()