Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java389 assertNotNull(ArbitraryInstances.get(WithPublicConstructorAndConstant.class)); in testGet_constructorPreferredOverConstants()
390 assertTrue(ArbitraryInstances.get(WithPublicConstructorAndConstant.class) in testGet_constructorPreferredOverConstants()
391 != ArbitraryInstances.get(WithPublicConstructorAndConstant.class)); in testGet_constructorPreferredOverConstants()
462 public static class WithPublicConstructorAndConstant { class in ArbitraryInstancesTest
463 public static final WithPublicConstructorAndConstant INSTANCE =
464 new WithPublicConstructorAndConstant();
466 public WithPublicConstructorAndConstant() {} in WithPublicConstructorAndConstant() method in ArbitraryInstancesTest.WithPublicConstructorAndConstant