use of gov.ca.cwds.cms.data.access.service.impl.PlacementHomeCoreService in project api-core by ca-cwds.
the class BaseDocToolRulesPlacementHomeTest method setUp.
@Before
public void setUp() {
businessValidationService = new BusinessValidationService(droolsService);
placementHomeService = new PlacementHomeCoreService(placementHomeDao);
placementHomeEntityAwareDTO = prepareSuccessfulPlacementHomeEntityAwareDTO();
}
Aggregations