Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.test.runner
Class StreamingFeature

java.lang.Object
  extended by org.nuxeo.runtime.test.runner.SimpleFeature
      extended by org.nuxeo.runtime.test.runner.StreamingFeature
All Implemented Interfaces:
RunnerFeature

public class StreamingFeature
extends SimpleFeature


Constructor Summary
StreamingFeature()
           
 
Method Summary
 void configure(FeaturesRunner runner, com.google.inject.Binder binder)
          Configures Guice bindings if any is required by the feature.
 void start(FeaturesRunner runner)
          Features are initialized.
 void stop(FeaturesRunner runner)
          Before exiting the test.
 
Methods inherited from class org.nuxeo.runtime.test.runner.SimpleFeature
afterMethodRun, afterRun, beforeMethodRun, beforeRun, initialize, testCreated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingFeature

public StreamingFeature()
Method Detail

start

public void start(FeaturesRunner runner)
           throws Exception
Description copied from interface: RunnerFeature
Features are initialized. Runner is ready to create the injector.

Specified by:
start in interface RunnerFeature
Overrides:
start in class SimpleFeature
Throws:
Exception

stop

public void stop(FeaturesRunner runner)
          throws Exception
Description copied from interface: RunnerFeature
Before exiting the test.

Specified by:
stop in interface RunnerFeature
Overrides:
stop in class SimpleFeature
Throws:
Exception

configure

public void configure(FeaturesRunner runner,
                      com.google.inject.Binder binder)
Description copied from interface: RunnerFeature
Configures Guice bindings if any is required by the feature. This is called after the framework is started and before Guice module is built. The tests are launched after guice module is built.

Specified by:
configure in interface RunnerFeature
Overrides:
configure in class SimpleFeature

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.