Annotation 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
-
Element Details
-
value
String valueReturns 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 theV$OPTIONtable.
-