Search in sources :

Example 1 with PlacementHomeCoreService

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();
}
Also used : PlacementHomeCoreService(gov.ca.cwds.cms.data.access.service.impl.PlacementHomeCoreService) BusinessValidationService(gov.ca.cwds.cms.data.access.service.BusinessValidationService) Before(org.junit.Before)

Aggregations

BusinessValidationService (gov.ca.cwds.cms.data.access.service.BusinessValidationService)1 PlacementHomeCoreService (gov.ca.cwds.cms.data.access.service.impl.PlacementHomeCoreService)1 Before (org.junit.Before)1