Class WebEngineFeature

java.lang.Object
org.nuxeo.ecm.webengine.test.WebEngineFeature
All Implemented Interfaces:
RunnerFeature

public class WebEngineFeature extends Object implements RunnerFeature
  • Field Details

    • config

      protected URL config
  • Constructor Details

    • WebEngineFeature

      public WebEngineFeature()
  • Method Details

    • 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 interface RunnerFeature