Home
last modified time | relevance | path

Searched refs:yearResult (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/temporal/
DTCKWeekFields.java367 int yearResult = yearDate.get(yowbyField); in test_withWeekOfWeekBasedYear() local
368 …assertEquals(yearResult, yearExpected, "Localized WeekBasedYear not correct; " + day + " --> " + … in test_withWeekOfWeekBasedYear()