Searched refs:dowDate (Results 1 – 1 of 1) sorted by relevance
353 LocalDate dowDate = day.with(dowField, dowExpected); in test_withWeekOfWeekBasedYear() local354 int dowResult = dowDate.get(dowField); in test_withWeekOfWeekBasedYear()355 …assertEquals(dowResult, dowExpected, "Localized DayOfWeek not correct; " + day + " -->" + dowDate); in test_withWeekOfWeekBasedYear()