hi I am new to java. I have to write test case for this method in java,
public class ABC{
public void updateUser(String emailId, HashMap hm) {
String updateKey = createUniqueUserKey(emailId);
int noOfColumn = (UserColumnFamily.getColumnNames()).size();
Set set = hm.entrySet();
Iterator itr = set.iterator();