HomeSort by relevance Sort by last modified time
    Searched defs:NullPointerTester (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 58 * expected exception is thrown. {@code NullPointerTester} uses best effort to
62 * cannot be provided by {@code NullPointerTester}, the caller can provide a
69 public final class NullPointerTester {
81 public <T> NullPointerTester setDefault(Class<T> type, T value) {
91 public NullPointerTester ignore(Method method) {
368 + "'; please provide one using NullPointerTester.setDefault()",
469 * Strategy for exception type matching used by {@link NullPointerTester}.
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 174 milliseconds