Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java143 for (Method method : getInstanceMethodsToTest(instance.getClass(), minimalVisibility)) { in testInstanceMethods()
148 ImmutableList<Method> getInstanceMethodsToTest(Class<?> c, Visibility minimalVisibility) { in getInstanceMethodsToTest() method in NullPointerTester
DClassSanityTester.java237 for (Method method : nullPointerTester.getInstanceMethodsToTest(c, visibility)) { in hasInstanceMethodToTestNulls()