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