Home | History | Annotate | Download | only in mocking

Lines Matching refs:constructor

20 import java.lang.reflect.Constructor;
73 Constructor<TestClass> constructor =
75 assertNotNull(constructor);
80 Constructor<TestClass> constructor =
82 fail("A constructor was found: " + constructor);
101 Constructor<TestClass> constructor =
103 assertNotNull(constructor);
104 Type[] types = constructor.getGenericParameterTypes();