コード例 #1
0
 //	@Test
 public void testSave() throws Exception {
   Security security = new Security();
   securityService.save(security);
 }
コード例 #2
0
 @Test
 public void testList() throws Exception {
   System.out.println(securityService.list(null, null, 0, 10));
 }