Assert.assertFalse(securityContext.isPartlyVisibleSufficient(LAYER_ID));
}
private Authentication getAuthentication() {
Authentication auth = new Authentication();
auth.setAuthorizations(new BaseAuthorization[]{new AllowAllAuthorization()});
auth.setSecurityServiceId(SECURITY_SERVICE_ID);
auth.setUserId(USER_ID);
return auth;
}