Searched defs:getTestPurpose (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java122 public <Object> ArrayList getTestPurpose(){ return testPurpose; } method in class:ArrayData
145 public String getTestPurpose(int index){ if(testPurpose != null && index < testPurpose.size()) return (String)(testPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java121 public <Object> ArrayList getTestPurpose(){ return testPurpose; } method in class:ArrayData
144 public String getTestPurpose(int index){ if(testPurpose != null && index < testPurpose.size()) return (String)(testPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java122 public <Object> ArrayList getTestPurpose(){ return testPurpose; } method in class:ArrayData
145 public String getTestPurpose(int index){ if(testPurpose != null && index < testPurpose.size()) return (String)(testPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java122 public <Object> ArrayList getTestPurpose(){ return testPurpose; } method in class:ArrayData
145 public String getTestPurpose(int index){ if(testPurpose != null && index < testPurpose.size()) return (String)(testPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java121 public <Object> ArrayList getTestPurpose(){ return testPurpose; } method in class:ArrayData
144 public String getTestPurpose(int index){ if(testPurpose != null && index < testPurpose.size()) return (String)(testPurpose.get(index)); else return null;} method in class:ArrayData

Completed in 35 milliseconds