Package org.nuxeo.runtime.test.runner
Class FileEventsTrackingFeature
java.lang.Object
org.nuxeo.runtime.test.runner.FileEventsTrackingFeature
- All Implemented Interfaces:
RunnerFeature
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.onThreadEnter
(boolean isLongRunning) resolveAndCreate
(File aFile) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.test.runner.RunnerFeature
afterRun, afterTeardown, afterTeardown, beforeRun, beforeSetup, beforeSetup, configure, initialize, start, stop, testCreated
-
Field Details
-
tracked
-
tracker
-
listener
-
tempPath
-
created
-
-
Constructor Details
-
FileEventsTrackingFeature
public FileEventsTrackingFeature()
-
-
Method Details
-
beforeMethodRun
public void beforeMethodRun(FeaturesRunner runner, org.junit.runners.model.FrameworkMethod method, Object test) throws Exception Description copied from interface:RunnerFeature
Before a test method is invoked.- Specified by:
beforeMethodRun
in interfaceRunnerFeature
- Throws:
Exception
-
afterMethodRun
public void afterMethodRun(FeaturesRunner runner, org.junit.runners.model.FrameworkMethod method, Object test) throws Exception Description copied from interface:RunnerFeature
After a test method was ran.- Specified by:
afterMethodRun
in interfaceRunnerFeature
- Throws:
Exception
-
onThreadEnter
-
onFile
-
resolveAndCreate
-