Searched refs:constructorArgs (Results 1 – 9 of 9) sorted by relevance
288 private final Object[] constructorArgs; field in Junit4.TestMethod291 Constructor<?> constructor, Object[] constructorArgs) { in TestMethod() argument294 this.constructorArgs = constructorArgs; in TestMethod()298 Object[] constructorArgs) { in create() argument299 if (constructorArgs != null) { in create()301 if (c.getParameterTypes().length == constructorArgs.length) { in create()302 return new TestMethod(testClass, method, c, constructorArgs); in create()308 + constructorArgs.length + " arg constructor")); in create()326 return constructor.newInstance(constructorArgs); in getTestCase()
255 private final Object[] constructorArgs; field in Junit3.TestMethod258 Constructor<? extends TestCase> constructor, Object[] constructorArgs) { in TestMethod() argument261 this.constructorArgs = constructorArgs; in TestMethod()279 return constructor.newInstance(constructorArgs); in getTestCase()
100 Object[] constructorArgs = new Object[param.length]; in createBox() local104 constructorArgs[i] = userType; in createBox()107 constructorArgs[i] = type; in createBox()110 constructorArgs[i] = parent; in createBox()126 return constructorObject.newInstance(constructorArgs); in createBox()
43 Object[] constructorArgs) in ExtensionNamespaceSupport() argument47 m_args = constructorArgs; in ExtensionNamespaceSupport()
563 Class<?>[] constructorArgs = new Class[0]; in SipStackImpl() local565 .getConstructor(constructorArgs); in SipStackImpl()592 Class<?>[] constructorArgs = new Class[0]; in SipStackImpl() local594 .getConstructor(constructorArgs); in SipStackImpl()628 Class<?>[] constructorArgs = new Class[2]; in SipStackImpl() local629 constructorArgs[0] = javax.sip.SipStack.class; in SipStackImpl()630 constructorArgs[1] = String.class; in SipStackImpl()631 Constructor<?> cons = routerClass.getConstructor(constructorArgs); in SipStackImpl()
52 private static Class[] constructorArgs; field in ParserFactory58 constructorArgs = new Class[1];59 constructorArgs[0] = String.class;296 cons = parserClass.getConstructor(constructorArgs); in createParser()
109 public void startAnonymousClass(String baseClass, JavaExpression... constructorArgs) { in startAnonymousClass() argument115 for (JavaExpression constructorArg : constructorArgs) { in startAnonymousClass()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...