Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMapTest.java283 callAllPublicMethods(Set.class, forward.entrySet());
315 callAllPublicMethods(Set.class, forward.keySet());
346 callAllPublicMethods(Collection.class, forward.values());
DForwardingTestCase.java145 protected static <T> void callAllPublicMethods(Class<T> theClass, T object) in callAllPublicMethods() method in ForwardingTestCase