Searched refs:methodNames (Results 1 – 3 of 3) sorted by relevance
212 public TypeSignature(TypeSignature superType, String[] methodNames, in TypeSignature() argument217 this.methodNames = methodNames; in TypeSignature()220 : superType.methodOffset + superType.methodNames.length; in TypeSignature()255 for (int i = 0; i < methodNames.length; ++i) { in test()264 for (int i = 0; i < methodNames.length; ++i) { in test()266 methodNames[i]); in test()267 assure(prefix + "; getMethodDescription " + methodNames[i], in test()270 prefix + "; getMethodDescription " + methodNames[i], in test()300 private final String[] methodNames; field in TypeDescription_Test.TypeSignature
76 String methodNames[] = null; in getDescriptionForSingleJob() local107 methodNames = new String[methods.size()]; in getDescriptionForSingleJob()108 methodNames = (String[]) methods.toArray(methodNames); in getDescriptionForSingleJob()140 if (methodNames != null) in getDescriptionForSingleJob()142 testMethodNames = methodNames; in getDescriptionForSingleJob()
941 final String[] methodNames = new String[] { "undo", "redo", "clear", "clearRedo" }; in impl_testErrorHandling() local942 for ( int i=0; i<methodNames.length; ++i ) in impl_testErrorHandling()947 Method method = i_undoManager.getClass().getMethod( methodNames[i], new Class[0] ); in impl_testErrorHandling()960 …assertTrue( methodNames[i] + " should be rejected when there is an open context", caughtExpected ); in impl_testErrorHandling()
Completed in 111 milliseconds