Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java297 assertSame(WithExceptionalConstructor.INSTANCE, in testGet_class()
298 ArbitraryInstances.get(WithExceptionalConstructor.class)); in testGet_class()
432 public static class WithExceptionalConstructor { class in ArbitraryInstancesTest
433 public static final WithExceptionalConstructor INSTANCE =
434 new WithExceptionalConstructor("whatever");
436 public WithExceptionalConstructor() { in WithExceptionalConstructor() method in ArbitraryInstancesTest.WithExceptionalConstructor
439 private WithExceptionalConstructor(String unused) {} in WithExceptionalConstructor() method in ArbitraryInstancesTest.WithExceptionalConstructor