|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
regex
property. RuleSet
implementation that aggregates a set of RuleSets and Rules.if (true) { .. }
if (false) { .. }
if (Boolean.TRUE) { .. }
if (Boolean.FALSE) { .. }
if (null) { .. }
if (0) { .. }
if (99.7) { .. }
if ("") { .. }
if ("abc") { .. }
if ([a:123, b:456]) { .. }
if ([a, b]) { .. }
true ?
boolean equals(Object)
or
the int hashCode()
methods are overridden within a class, then both must be overridden.RuleSet
implementation that is a Decorator for another RuleSet, but provides
the ability to filter included and excluded rules within that RuleSet.final
fields on a Grails service class. RuleSet
implementation that parses a Groovy DSL of RuleSet definitions.
regex
property. assert()
method calls with constant arguments
such that the assertion always fails. assert()
method calls with constant arguments
such that the assertion always succeeds. setUp()
method is defined, that it includes a call to
super.setUp()
.
tearDown()
method is defined, that it includes a call to
super.tearDown()
.
setUp()
method that only contains a call to
super.setUp()
.
tearDown()
method that only contains a call to
super.tearDown()
.
RuleSet
implementation that returns a static List of Rules passed into its constructor.this.print()
, this.println()
or this.printf()
.printStackTrace()
.RuleSet
. RuleSet
classes. ignoreFieldNames
property value.final
fields on a class. System.err.print()
, System.err.println()
or System.err.printf()
.System.out.print()
, System.out.println()
or System.out.printf()
.true
, false
, null
, or a Map/List/String/Number literal.true
and
false
constants. RuleSet
implementation that parses Rule definitions from XML read from a
file. RuleSet
implementation that parses Rule definitions from XML read from a
Reader
. Groovy Documentation