Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java294 assertSame(WithPrivateConstructor.INSTANCE, in testGet_class()
295 ArbitraryInstances.get(WithPrivateConstructor.class)); in testGet_class()
424 private static class WithPrivateConstructor { class in ArbitraryInstancesTest
425 public static final WithPrivateConstructor INSTANCE = new WithPrivateConstructor();