Lines Matching refs:testdata
78 private boolean runGetScriptLogicalNamesTest(Parameters testdata) { in runGetScriptLogicalNamesTest() argument
79 String description = testdata.get("description"); in runGetScriptLogicalNamesTest()
80 String expected = testdata.get("expected"); in runGetScriptLogicalNamesTest()
83 log.println(testdata.get("description")); in runGetScriptLogicalNamesTest()
136 private boolean runGetImplementationsTest(Parameters testdata) { in runGetImplementationsTest() argument
137 String description = testdata.get("description"); in runGetImplementationsTest()
138 String logicalname = testdata.get("logicalname"); in runGetImplementationsTest()
139 String expected = testdata.get("expected"); in runGetImplementationsTest()
142 log.println(testdata.get("description")); in runGetImplementationsTest()
193 private boolean runGetAllImplementationsTest(Parameters testdata) { in runGetAllImplementationsTest() argument
194 String description = testdata.get("description"); in runGetAllImplementationsTest()
195 String location = testdata.get("location"); in runGetAllImplementationsTest()
196 String expected = testdata.get("expected"); in runGetAllImplementationsTest()
199 log.println(testdata.get("description")); in runGetAllImplementationsTest()