Package org.nuxeo.ecm.core.storage.sql
Class H2OnlyFeature
java.lang.Object
org.nuxeo.ecm.core.storage.sql.H2OnlyFeature
- All Implemented Interfaces:
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
-
Method Summary
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
-
Constructor Details
-
H2OnlyFeature
public H2OnlyFeature()
-
-
Method Details
-
start
Description copied from interface:RunnerFeature
Features are initialized. Runner is ready to create the injector.- Specified by:
start
in interfaceRunnerFeature
-