Exemplo n.º 1
0
 @Test
 public void defaultFormat() throws Exception {
   Response response = new MockResponse("");
   assertTrue(response.isHtmlFormat());
 }