use of gov.ca.cwds.data.legacy.cms.entity.PlacementHome in project api-core by ca-cwds.
the class R04966Test method testPyeFstnmInvalid.
@Test
public void testPyeFstnmInvalid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setBckPersnm("11");
placementHomeEntityAwareDTO.setEntity(placementHome);
check("R-04966");
}
use of gov.ca.cwds.data.legacy.cms.entity.PlacementHome in project api-core by ca-cwds.
the class R04966Test method testPrmSubsnmValid.
@Test
public void testPrmSubsnmValid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setPrmSubsnm("S 1A A Sr.");
placementHomeEntityAwareDTO.setEntity(placementHome);
assertValid("R-04966");
}
use of gov.ca.cwds.data.legacy.cms.entity.PlacementHome in project api-core by ca-cwds.
the class R04966Test method testLaPFstnmInvalid.
@Test
public void testLaPFstnmInvalid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setLaPFstnm("11");
placementHomeEntityAwareDTO.setEntity(placementHome);
check("R-04966");
}
use of gov.ca.cwds.data.legacy.cms.entity.PlacementHome in project api-core by ca-cwds.
the class R04966Test method testLaPMidnmValid.
@Test
public void testLaPMidnmValid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setLaPMidnm("A1A");
placementHomeEntityAwareDTO.setEntity(placementHome);
assertValid("R-04966");
}
use of gov.ca.cwds.data.legacy.cms.entity.PlacementHome in project api-core by ca-cwds.
the class R04966Test method testPrmCnctnmValid.
@Test
public void testPrmCnctnmValid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setPrmCnctnm("S 1A A Sr.");
placementHomeEntityAwareDTO.setEntity(placementHome);
assertValid("R-04966");
}
Aggregations