Searched refs:getConstructorArgs (Results 1 – 4 of 4) sorted by relevance
16 if (settings != null && settings.getConstructorArgs() != null) { in getInstantiator()17 …w ConstructorInstantiator(settings.getOuterClassInstance() != null, settings.getConstructorArgs()); in getInstantiator()
58 this.constructorArgs = copy.getConstructorArgs(); in CreationSettings()145 public Object[] getConstructorArgs() { in getConstructorArgs() method in CreationSettings
104 Object[] getConstructorArgs(); in getConstructorArgs() method
151 public Object[] getConstructorArgs() { in getConstructorArgs() method in MockSettingsImpl