コード例 #1
0
 @Test
 public void testDisplayForm() throws Exception {
   User user = c.showForm();
   assertNotNull(user);
 }