Home
last modified time | relevance | path

Searched defs:FailOnOneOfTwoConstructors (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java1405 private static final class FailOnOneOfTwoConstructors { class in NullPointerTesterTest
1407 public FailOnOneOfTwoConstructors(String s) {} in FailOnOneOfTwoConstructors() method in NullPointerTesterTest.FailOnOneOfTwoConstructors
1410 public FailOnOneOfTwoConstructors(Object o) { in FailOnOneOfTwoConstructors() method in NullPointerTesterTest.FailOnOneOfTwoConstructors
/external/guava/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java1458 private static final class FailOnOneOfTwoConstructors { class in NullPointerTesterTest
1460 public FailOnOneOfTwoConstructors(String s) {} in FailOnOneOfTwoConstructors() method in NullPointerTesterTest.FailOnOneOfTwoConstructors
1463 public FailOnOneOfTwoConstructors(Object o) { in FailOnOneOfTwoConstructors() method in NullPointerTesterTest.FailOnOneOfTwoConstructors