def nullVariable = null
def variable = null
def emptyString = ''
assert (variable ?: 'The variable is null') == 'The variable is null'