Package org.nuxeo.ecm.webengine.test
Class WebEngineFeature
- java.lang.Object
-
- org.nuxeo.ecm.webengine.test.WebEngineFeature
-
- All Implemented Interfaces:
RunnerFeature
public class WebEngineFeature extends Object implements RunnerFeature
-
-
Constructor Summary
Constructors Constructor Description WebEngineFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(FeaturesRunner runner)
Called when preparing to run the test class.-
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
afterMethodRun, afterRun, afterTeardown, afterTeardown, beforeMethodRun, beforeRun, beforeSetup, beforeSetup, configure, start, stop, testCreated
-
-
-
-
Field Detail
-
config
protected URL config
-
-
Method Detail
-
initialize
public void initialize(FeaturesRunner runner)
Description copied from interface:RunnerFeature
Called when preparing to run the test class. Framework is not started at this point. Here is time for the feature to configure the runner from annotations on the test class.- Specified by:
initialize
in interfaceRunnerFeature
-
-