Searched refs:aInputUserList1 (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/svl/qa/complex/passwordcontainer/ |
H A D | Test01.java | 55 UserRecord aInputUserList1[] = new UserRecord[iUserNum1]; in test() local 58 aInputUserList1[i] = new UserRecord(sUserPre + "_1_" + i, sTemp); in test() 74 … xContainer.add(sURL, aInputUserList1[i].UserName, aInputUserList1[i].Passwords, aMHandler); in test() 82 xContainer.remove(sURL, aInputUserList1[i].UserName); in test()
|
H A D | Test02.java | 54 UserRecord aInputUserList1[] = new UserRecord[iUserNum1]; in test() local 57 aInputUserList1[i] = new UserRecord(sUserPre + "_1_" + i, sTemp); in test() 78 …xContainer.addPersistent(sURL, aInputUserList1[i].UserName, aInputUserList1[i].Passwords, aMHandle… in test() 86 xContainer.remove(sURL, aInputUserList1[i].UserName); in test()
|
Completed in 15 milliseconds