Package org.nuxeo.ecm.core.storage.sql
Class H2OnlyFeature
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.H2OnlyFeature
-
- All Implemented Interfaces:
RunnerFeature
public class H2OnlyFeature extends Object implements RunnerFeature
Allows to ignore all the tests from a class running this feature if the database configured for tests is not H2.- Since:
- 5.9.5
-
-
Constructor Summary
Constructors Constructor Description H2OnlyFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start(FeaturesRunner runner)
Features are initialized.-
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, initialize, stop, testCreated
-
-
-
-
Method Detail
-
start
public void start(FeaturesRunner runner)
Description copied from interface:RunnerFeature
Features are initialized. Runner is ready to create the injector.- Specified by:
start
in interfaceRunnerFeature
-
-