Lines Matching refs:prefix

179         public void test(String prefix, int index,  in test()  argument
181 assure(prefix + "; getIndex", description.getIndex() == index); in test()
182 assure(prefix + "; getMethod", in test()
184 assure(prefix + "; isOneway", description.isOneway() == oneWay); in test()
186 assure(prefix + "; getInSignature", in test()
189 assure(prefix + "; getInSignature " + i, in test()
193 assure(prefix + "; getOutSignature", in test()
196 assure(prefix + "; getOutSignature " + i, in test()
200 assure(prefix + "; getReturnSignature", in test()
227 public void test(String prefix, Object[] data, in test() argument
229 assure(prefix + "; getTypeName", in test()
231 assure(prefix + "; equals", in test()
234 assure(prefix + "; getArrayTypeName", in test()
236 assure(prefix + "; getZClass", description.getZClass() == data[2]); in test()
237 assure(prefix + "; getTypeClass", in test()
239 assure(prefix + "; getComponentType", in test()
244 prefix + "; getMethodDescriptions", in test()
251 prefix + "; getMethodDescriptions " + i, in test()
258 assure(prefix + "; getMethodDescription " + (i + methodOffset), in test()
261 prefix + "; getMethodDescription " + (i + methodOffset), in test()
267 assure(prefix + "; getMethodDescription " + methodNames[i], in test()
270 prefix + "; getMethodDescription " + methodNames[i], in test()
276 prefix + "; getFieldDescriptions", in test()
283 prefix + "; getFieldDescriptions " + i, in test()
290 assure(prefix + "; getSuperType", in test()
293 _superType.test(prefix + "; getSuperType", (Object[]) data[5], in test()