Searched refs:yearExpected (Results 1 – 2 of 2) sorted by relevance
683 int yearExpected = Calendar.getInstance().get(Calendar.YEAR); in test_getCreationDate() local696 assertEquals(yearExpected, yearActual1); in test_getCreationDate()710 assertEquals(yearExpected, yearActual2); in test_getCreationDate()
366 int yearExpected = day.get(yowbyField) + 1; in test_withWeekOfWeekBasedYear() local368 LocalDate yearDate = day.with(yowbyField, yearExpected); in test_withWeekOfWeekBasedYear()370 …assertEquals(yearResult, yearExpected, "Localized WeekBasedYear not correct; " + day + " --> " + … in test_withWeekOfWeekBasedYear()