コード例 #1
0
 @Test
 public void testContentSize() throws Exception {
   response.add("12345");
   response.closeAll();
   assertEquals(5, response.getContentSize());
 }