public void afterAuthorizationCacheSet() {
   initRoleCache();
   afterRoleCacheSet();
 }
 /*
  * 1 covered goal:
  * 1 org.jsecurity.realm.SimpleAccountRealm.initRoleCache()V: I4 Branch 1 IFNONNULL L72 - false
  */
 @Test
 public void test2() throws Throwable {
   SimpleAccountRealm simpleAccountRealm0 = new SimpleAccountRealm();
   simpleAccountRealm0.initRoleCache();
   assertEquals("org.jsecurity.realm.SimpleAccountRealm_21", simpleAccountRealm0.getName());
 }