public class DetectThreadDeadlocksFeature extends SimpleFeature
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectThreadDeadlocksFeature.Config |
| Modifier and Type | Field and Description |
|---|---|
protected DetectThreadDeadlocksFeature.Config |
config |
protected ThreadDeadlocksDetector |
detector |
protected org.junit.runner.notification.RunListener |
listener |
protected org.junit.runner.notification.RunNotifier |
notifier |
| Constructor and Description |
|---|
DetectThreadDeadlocksFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRun(FeaturesRunner runner)
Before running tests.
|
protected void |
dump() |
void |
initialize(FeaturesRunner runner)
Called when preparing to run the test class.
|
void |
stop(FeaturesRunner runner)
Before exiting the test.
|
afterMethodRun, afterRun, afterTeardown, beforeMethodRun, beforeSetup, configure, start, testCreated@Inject protected org.junit.runner.notification.RunNotifier notifier
protected ThreadDeadlocksDetector detector
protected DetectThreadDeadlocksFeature.Config config
protected final org.junit.runner.notification.RunListener listener
public DetectThreadDeadlocksFeature()
public void initialize(FeaturesRunner runner) throws Exception
RunnerFeatureinitialize in interface RunnerFeatureinitialize in class SimpleFeatureExceptionpublic void beforeRun(FeaturesRunner runner) throws Exception
RunnerFeaturebeforeRun in interface RunnerFeaturebeforeRun in class SimpleFeatureExceptionpublic void stop(FeaturesRunner runner) throws Exception
RunnerFeaturestop in interface RunnerFeaturestop in class SimpleFeatureExceptionprotected void dump() throws IOException
IOExceptionCopyright © 2016 Nuxeo SA. All rights reserved.