public class FrameworkMethodWithParameters
extends org.junit.runners.model.FrameworkMethod
FrameworkMethod class with invocation parameters.| Modifier and Type | Field and Description |
|---|---|
protected String |
info |
protected Object[] |
parameters |
protected Integer |
threadPoolSize |
protected long |
timeout |
| Constructor and Description |
|---|
FrameworkMethodWithParameters(Method method,
Object[] parameters,
Integer threadPoolSize,
long timeout,
String info) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getThreadPoolSize() |
long |
getTimeout() |
Object |
invokeExplosively(Object target,
Object... parameters) |
String |
toString() |
protected Object[] parameters
protected Integer threadPoolSize
protected long timeout
protected String info
public Integer getThreadPoolSize()
public long getTimeout()
public Object invokeExplosively(Object target, Object... parameters) throws Throwable
invokeExplosively in class org.junit.runners.model.FrameworkMethodThrowableCopyright © 2010–2014 Volker Bergmann. All rights reserved.