You are on page 1of 1

@Ignore

//@Test
public void findMostRecentEmployeeUDFToMAP() {
try {
List<String> columnTypeIdList= new ArrayList<String>();
columnTypeIdList.add("1429fa60380a11e281c10800200c9a66")
;
columnTypeIdList.add("5d951269f05443e1acea0660edc06f10")
;
columnTypeIdList.add("7cb3b24035aa11e281c10800200c9a66")
;
columnTypeIdList.add("a0d463c0398a11e281c10800200c9a66")
;
Employee emp = new Employee();
emp.setEmployeeUUID(EMP_UUID1);
emp.setSocialSecurityNumber("931-02-1623");
emp.setReportedLocation("P647");
emp.setPlanUUID("d704af8d11154d8ea20c15c1f6de4493");
dao.findMostRecentEmployeeUDFToMAP(emp, columnTypeIdList
);
} catch (Exception e) {
Assert.assertTrue(false);
}
}
String
String
String
String
String

clientXsid = "011490";
employerXsid ="148900";
ssn = "931-02-1623";
planXsid = "151166";
locationXsid = "P647";

You might also like