Ejemplo n.º 1
0
 @Test(expected = IllegalArgumentException.class)
 public void noUrlSet() throws Exception {
   RedirectView rv = new RedirectView();
   rv.afterPropertiesSet();
 }