Searched refs:ConstructorParameterNotInstantiable (Results 1 – 1 of 1) sorted by relevance
370 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 { class1185 public ConstructorParameterNotInstantiable(@SuppressWarnings("unused") NotInstantiable x) {} in ConstructorParameterNotInstantiable() method in ConstructorParameterNotInstantiable