Home
last modified time | relevance | path

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

/external/guava/android/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java404 assertNotNull(ArbitraryInstances.get(WithPublicConstructorAndConstant.class)); in testGet_constructorPreferredOverConstants()
406 ArbitraryInstances.get(WithPublicConstructorAndConstant.class) in testGet_constructorPreferredOverConstants()
407 != ArbitraryInstances.get(WithPublicConstructorAndConstant.class)); in testGet_constructorPreferredOverConstants()
481 public static class WithPublicConstructorAndConstant { class in ArbitraryInstancesTest
482 public static final WithPublicConstructorAndConstant INSTANCE =
483 new WithPublicConstructorAndConstant();
485 public WithPublicConstructorAndConstant() {} in WithPublicConstructorAndConstant() method in ArbitraryInstancesTest.WithPublicConstructorAndConstant
/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java412 assertNotNull(ArbitraryInstances.get(WithPublicConstructorAndConstant.class)); in testGet_constructorPreferredOverConstants()
414 ArbitraryInstances.get(WithPublicConstructorAndConstant.class) in testGet_constructorPreferredOverConstants()
415 != ArbitraryInstances.get(WithPublicConstructorAndConstant.class)); in testGet_constructorPreferredOverConstants()
489 public static class WithPublicConstructorAndConstant { class in ArbitraryInstancesTest
490 public static final WithPublicConstructorAndConstant INSTANCE =
491 new WithPublicConstructorAndConstant();
493 public WithPublicConstructorAndConstant() {} in WithPublicConstructorAndConstant() method in ArbitraryInstancesTest.WithPublicConstructorAndConstant