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 Details

    • H2OnlyFeature

      public H2OnlyFeature()
  • Method Details