public final class ConcurrentRule extends Object implements org.junit.rules.MethodRule
@Before and
@After methods concurrently; future task is to make this behavior
configurable.| Modifier and Type | Class and Description |
|---|---|
static interface |
ConcurrentRule.Concurrent
Concurrent is used to mark the number of threads which should
be used to invoke the test method simultaneously.
|
| Constructor and Description |
|---|
ConcurrentRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement theStatement,
org.junit.runners.model.FrameworkMethod theFrameworkMethod,
Object theObject) |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement theStatement,
org.junit.runners.model.FrameworkMethod theFrameworkMethod,
Object theObject)
apply in interface org.junit.rules.MethodRuleCopyright © 2016 Glasnost. All rights reserved.