Home
last modified time | relevance | path

Searched refs:getCreateWithNullUnsupportedMethod (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-testlib/test/com/google/common/collect/testing/
DOpenJdk6QueueTests.java19 ….google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
41 getCreateWithNullUnsupportedMethod());
DOpenJdk6SetTests.java22 ….google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
47 getCreateWithNullUnsupportedMethod()); in suppressForTreeSetNatural()
DOpenJdk6MapTests.java22 ….google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
56 getCreateWithNullUnsupportedMethod(), // for keySet in suppressForTreeMapNatural()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionCreationTester.java68 public static Method getCreateWithNullUnsupportedMethod() { in getCreateWithNullUnsupportedMethod() method in CollectionCreationTester