Annotation Interface SkipOnDatabaseOption
Marker annotation used to skip a given test if the specified database option is or isn't enabled.
based on whether
required is set to true or false.- Author:
- Chris Cranford
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueReturns the database option that is inspected. The option's name should match the option name as defined by Oracle in theV$OPTIONtable. -
enabled
boolean enabledSpecifies whether the skip operation is based on if the option is enabled or disabled.
-
-
-
reason
String reasonSpecifies the reason why the test is being skipped.- Default:
- ""
-