Exemplo n.º 1
0
 @Test
 public void should_not_be_null() {
   Date lastDayOfMonth = Dates.findLastDayOfMonth();
   assertNotNull(lastDayOfMonth);
 }