Exemplo n.º 1
0
 public void testStuff() throws Exception {
   DatabaseUtil.closeDatabasePoolConnection();
   initRealmStuff();
   doUserStuff();
   doUserRoleStuff();
   doAuthorizationStuff();
   doClaimStuff();
 }
 public void testStuff() throws Exception {
   DatabaseUtil.closeDatabasePoolConnection();
   initRealmStuff();
   doRoleStuff();
   /*commenting out following since
   1. earlier cached stuff by other test cases causes test failure.
   2. there is no way to clear authorization cache from the test case*/
   // doAuthorizationStuff();
 }