use of gov.ca.cwds.authorizer.drools.configuration.PlacementHomeAuthorizationDroolsConfiguration in project api-core by ca-cwds.
the class PlacementHomeCreateAuthorizerTest method init.
@Before
public void init() {
MockitoAnnotations.initMocks(this);
final DroolsService droolsService = new DroolsService();
final DroolsAuthorizationService droolsAuthorizationService = new DroolsAuthorizationService(droolsService);
testSubject = new PlacementHomeCreateAuthorizer(droolsAuthorizationService, new PlacementHomeAuthorizationDroolsConfiguration());
}
Aggregations