public class DetectThreadDeadlocksFeature extends Object implements RunnerFeature
| 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. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterMethodRun, 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)
RunnerFeatureinitialize in interface RunnerFeaturepublic void beforeRun(FeaturesRunner runner)
RunnerFeaturebeforeRun in interface RunnerFeaturepublic void stop(FeaturesRunner runner) throws Exception
RunnerFeaturestop in interface RunnerFeatureExceptionprotected void dump() throws IOException
IOExceptionCopyright © 2019 Nuxeo. All rights reserved.