public final class ECCelerateTestRule extends Object implements org.junit.rules.TestRule
Rule
. Allows one to:
References:
[1] JUnit Issue #116
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
static org.junit.rules.TestRule |
createInstance()
Create instance of test rule.
|
static org.junit.rules.TestRule |
createInstance(int timeout)
Create instance of test rule.
|
public static org.junit.rules.TestRule createInstance()
public static org.junit.rules.TestRule createInstance(int timeout)
timeout
- timeout in secondspublic final org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
Copyright © 2011–2022 Stiftung SIC. All rights reserved.