use of gov.ca.cwds.data.legacy.cms.entity.PlacementHome in project api-core by ca-cwds.
the class R04966Test method testPyeLstnmInvalid.
@Test
public void testPyeLstnmInvalid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setPyeLstnm("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 testPyeMidnmInvalid.
@Test
public void testPyeMidnmInvalid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setPyeMidnm("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 testBckPersnmInvalid.
@Test
public void testBckPersnmInvalid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setBckPersnm("S 1 A Sr.");
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 testPrmSubsnmInvalid.
@Test
public void testPrmSubsnmInvalid() {
PlacementHome placementHome = new PlacementHome();
placementHome.setPrmSubsnm("S 1 A Sr.");
placementHomeEntityAwareDTO.setEntity(placementHome);
check("R-04966");
}
Aggregations