Searched refs:WithPublicConstructorAndConstant (Results 1 – 2 of 2) sorted by relevance
404 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 ArbitraryInstancesTest482 public static final WithPublicConstructorAndConstant INSTANCE =483 new WithPublicConstructorAndConstant();485 public WithPublicConstructorAndConstant() {} in WithPublicConstructorAndConstant() method in ArbitraryInstancesTest.WithPublicConstructorAndConstant
412 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 ArbitraryInstancesTest490 public static final WithPublicConstructorAndConstant INSTANCE =491 new WithPublicConstructorAndConstant();493 public WithPublicConstructorAndConstant() {} in WithPublicConstructorAndConstant() method in ArbitraryInstancesTest.WithPublicConstructorAndConstant