RepeatedTest.@Deprecated public class RepeatProcessor extends Object implements org.junit.rules.MethodRule
isInitialized()
method to protect the @Before and @After methods.| Constructor and Description |
|---|
RepeatProcessor()
Deprecated.
|
RepeatProcessor(int concurrency)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target)
Deprecated.
|
int |
getConcurrency()
Deprecated.
|
boolean |
isFinalizing()
Deprecated.
|
boolean |
isInitialized()
Deprecated.
|
public RepeatProcessor()
public RepeatProcessor(int concurrency)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target)
apply in interface org.junit.rules.MethodRulepublic boolean isInitialized()
public boolean isFinalizing()
public int getConcurrency()