Home
last modified time | relevance | path

Searched defs:testingMethod (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DMethodsResolutionTest.java539 MethodDeclaration testingMethod = Navigator.demandMethod(clazz, "testComplex1"); in resolveCorrectMethodWithComplexOverloading1() local
557 MethodDeclaration testingMethod = Navigator.demandMethod(clazz, "testComplex2"); in resolveCorrectMethodWithComplexOverloading2() local
575 MethodDeclaration testingMethod = Navigator.demandMethod(clazz, "testComplex3"); in resolveCorrectMethodWithComplexOverloading3() local
593 MethodDeclaration testingMethod = Navigator.demandMethod(clazz, "testComplex4"); in resolveCorrectMethodWithComplexOverloading4() local