Search in sources :

Example 1 with ClientRelationshipAwareDTO

use of gov.ca.cwds.cms.data.access.dto.ClientRelationshipAwareDTO in project api-core by ca-cwds.

the class BaseDocToolRulesChildClientRelationshipTest method setUp.

@Before
public void setUp() {
    clientCoreService = new ClientCoreService(clientDao);
    businessValidationService = new BusinessValidationService(droolsService);
    awareDTO = new ClientRelationshipAwareDTO();
}
Also used : ClientRelationshipAwareDTO(gov.ca.cwds.cms.data.access.dto.ClientRelationshipAwareDTO) ClientCoreService(gov.ca.cwds.cms.data.access.service.impl.ClientCoreService) BusinessValidationService(gov.ca.cwds.cms.data.access.service.BusinessValidationService) Before(org.junit.Before)

Aggregations

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