4748495051525354
* @throws java.lang.Exception */ @BeforeClass public static void setUpBeforeClass() throws Exception { client = new Client(); userPool = new UserPool(client); }
3839404142434445
* @throws java.lang.Exception */ @BeforeClass public static void setUpBeforeClass() throws Exception { client = new Client(); aclPool = new AclPool(client); }