org.nuxeo.ecm.webengine.test
Class WebEngineFeature
java.lang.Object
  
org.nuxeo.runtime.test.runner.SimpleFeature
      
org.nuxeo.ecm.webengine.test.WebEngineFeature
- All Implemented Interfaces: 
 - RunnerFeature, WorkingDirectoryConfigurator
 
public class WebEngineFeature
- extends SimpleFeature
- implements WorkingDirectoryConfigurator
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WebEngineFeature
public WebEngineFeature()
initialize
public void initialize(FeaturesRunner runner)
                throws Exception
- 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- Overrides:
 initialize in class SimpleFeature
 
- Throws:
 Exception
 
 
configure
public void configure(RuntimeHarness harness,
                      File workingDir)
               throws IOException
- Specified by:
 configure in interface WorkingDirectoryConfigurator
 
- Throws:
 IOException
 
Copyright © 2010 Nuxeo SAS. All Rights Reserved.