Annotation Type RequireDatabaseOption


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface RequireDatabaseOption
Marker annotation used to skip a given test if the specified database option isn't enabled.
Author:
Chris Cranford
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the database option that is required or test should be skipped.
  • Element Details

    • value

      String value
      Returns the database option that is required or test should be skipped. The option's name should match the option name as defined by Oracle in the V$OPTION table.