300301302303304305306307
Assert.assertEquals(weekDay, 2); } @Test(expected=IllegalArgumentException.class) public void testGetLastWeekDay() throws Exception { new DateTimeUtil() {}; DateTimeUtil.getLastWeekDay(null); }