Searched refs:WithExceptionalConstructor (Results 1 – 1 of 1) sorted by relevance
297 assertSame(WithExceptionalConstructor.INSTANCE, in testGet_class()298 ArbitraryInstances.get(WithExceptionalConstructor.class)); in testGet_class()432 public static class WithExceptionalConstructor { class in ArbitraryInstancesTest433 public static final WithExceptionalConstructor INSTANCE =434 new WithExceptionalConstructor("whatever");436 public WithExceptionalConstructor() { in WithExceptionalConstructor() method in ArbitraryInstancesTest.WithExceptionalConstructor439 private WithExceptionalConstructor(String unused) {} in WithExceptionalConstructor() method in ArbitraryInstancesTest.WithExceptionalConstructor