Searched refs:getMethodsFound (Results 1 – 1 of 1) sorted by relevance
41 assertArrayEquals(new String[] { "native_method" }, cv.getMethodsFound()); in testHasNative()53 assertArrayEquals(new String[0], cv.getMethodsFound()); in testHasNoNative()65 public String[] getMethodsFound() { in getMethodsFound() method in ClassHasNativeVisitorTest.MockClassHasNativeVisitor