Searched refs:WithPublicConstructorAndConstant (Results 1 – 1 of 1) sorted by relevance
389 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 ArbitraryInstancesTest463 public static final WithPublicConstructorAndConstant INSTANCE =464 new WithPublicConstructorAndConstant();466 public WithPublicConstructorAndConstant() {} in WithPublicConstructorAndConstant() method in ArbitraryInstancesTest.WithPublicConstructorAndConstant