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