Logo

Programming-Idioms

History of Idiom 123 > diff from v26 to v27

Edit summary for version 27 by vmj:
New Groovy implementation by user [vmj]

Version 26

2020-09-07, 08:16:53

Version 27

2020-10-24, 14:05:23

Idiom #123 Assert condition

Verify that predicate isConsistent returns true, otherwise report assertion violation.
Explain if the assertion is executed even in production environment or not.

Idiom #123 Assert condition

Verify that predicate isConsistent returns true, otherwise report assertion violation.
Explain if the assertion is executed even in production environment or not.

Variables
isConsistent
Variables
isConsistent
Code
assert isConsistent()
Comments bubble
Assertions are always enabled.
Doc URL
http://docs.groovy-lang.org/next/html/documentation/core-testing-guide.html#_power_assertions
Demo URL
https://groovyconsole.appspot.com/script/5160279046356992