Home
last modified time | relevance | path

Searched refs:fullMethodName (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DAbstractNewInstanceTestCase.java109 final String fullMethodName = methodName + methodSignature; in checkNewInstanceTag() local
111 assertTrue("Failed to find constructor " + fullMethodName, constructorId != -1); in checkNewInstanceTag()
112 logWriter.println(fullMethodName + " method ID: " + constructorId); in checkNewInstanceTag()
119 .println("Sending ClassType.NewInstance command for constructor " + fullMethodName); in checkNewInstanceTag()
/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java128 String fullMethodName = methodClass.getName() in includeMethodFromIncludeExclude() local
132 String[] fullyQualifiedMethodName = new String[] { fullMethodName }; in includeMethodFromIncludeExclude()