Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java370 tester.doTestEquals(ConstructorParameterNotInstantiable.class); in testParameterNotInstantiableForEqualsTest()
531 assertNotNull(tester.instantiate(ConstructorParameterNotInstantiable.class)); in testInstantiate_setDefault()
545 assertNotNull(tester.instantiate(ConstructorParameterNotInstantiable.class)); in testInstantiate_setDistinctValues()
551 tester.instantiate(ConstructorParameterNotInstantiable.class); in testInstantiate_setSampleInstances_empty()
572 tester.instantiate(ConstructorParameterNotInstantiable.class); in testInstantiate_constructorParameterNotInstantiable()
1184 static class ConstructorParameterNotInstantiable { class
1185 public ConstructorParameterNotInstantiable(@SuppressWarnings("unused") NotInstantiable x) {} in ConstructorParameterNotInstantiable() method in ConstructorParameterNotInstantiable