Exemplo n.º 1
0
 @Test
 public void itHasRealmInformation() throws Exception {
   assertThat(Credentials.CHALLENGE.getMetadata().getFirst(HttpHeaders.WWW_AUTHENTICATE))
       .isEqualTo("Basic realm=\"Grendel\"");
 }