Home
last modified time | relevance | path

Searched refs:methodNames (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java212 public TypeSignature(TypeSignature superType, String[] methodNames, in TypeSignature() argument
217 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
/aoo4110/main/qadevOOo/runner/helper/
H A DComplexDescGetter.java76 String methodNames[] = null; in getDescriptionForSingleJob() local
107 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()
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java941 final String[] methodNames = new String[] { "undo", "redo", "clear", "clearRedo" }; in impl_testErrorHandling() local
942 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 31 milliseconds