Package org.nuxeo.runtime.test.runner
Class FileEventsTrackingFeature
java.lang.Object
org.nuxeo.runtime.test.runner.FileEventsTrackingFeature
- All Implemented Interfaces:
RunnerFeature
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterMethodRun(FeaturesRunner runner, org.junit.runners.model.FrameworkMethod method, Object test) After a test method was ran.voidbeforeMethodRun(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, waitMethods 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:RunnerFeatureBefore a test method is invoked.- Specified by:
beforeMethodRunin interfaceRunnerFeature- Throws:
Exception
-
afterMethodRun
public void afterMethodRun(FeaturesRunner runner, org.junit.runners.model.FrameworkMethod method, Object test) throws Exception Description copied from interface:RunnerFeatureAfter a test method was ran.- Specified by:
afterMethodRunin interfaceRunnerFeature- Throws:
Exception
-
onThreadEnter
-
onFile
-
resolveAndCreate
-