public class FileEventsTrackingFeature extends SimpleFeature
| Constructor and Description |
|---|
FileEventsTrackingFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterMethodRun(FeaturesRunner runner,
org.junit.runners.model.FrameworkMethod method,
Object test)
After a test method was ran.
|
void |
beforeMethodRun(FeaturesRunner runner,
org.junit.runners.model.FrameworkMethod method,
Object test)
Before a test method is invoked.
|
FileEvent |
onFile(File aFile,
Object aMarker) |
ThreadEvent |
onThreadEnter(boolean isLongRunning) |
File |
resolveAndCreate(File aFile) |
afterRun, afterTeardown, beforeRun, beforeSetup, configure, initialize, start, stop, testCreatedpublic void beforeMethodRun(FeaturesRunner runner, org.junit.runners.model.FrameworkMethod method, Object test) throws Exception
RunnerFeaturebeforeMethodRun in interface RunnerFeaturebeforeMethodRun in class SimpleFeatureExceptionpublic void afterMethodRun(FeaturesRunner runner, org.junit.runners.model.FrameworkMethod method, Object test) throws Exception
RunnerFeatureafterMethodRun in interface RunnerFeatureafterMethodRun in class SimpleFeatureExceptionpublic ThreadEvent onThreadEnter(boolean isLongRunning)
Copyright © 2015 Nuxeo SA. All rights reserved.