Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java579 tester.instantiate(FactoryMethodParameterNotInstantiable.class); in testInstantiate_factoryMethodParameterNotInstantiable()
1216 static class FactoryMethodParameterNotInstantiable { class
1218 private FactoryMethodParameterNotInstantiable() {} in FactoryMethodParameterNotInstantiable() method in FactoryMethodParameterNotInstantiable
1220 static FactoryMethodParameterNotInstantiable create( in create()
1222 return new FactoryMethodParameterNotInstantiable(); in create()