Currently calls to Assert
methods use an inconsistent mix of message text. For example, "Thing must not be null", "thing must not be null" or "'thing' must not be null".
I'd like to standardize around the Spring Framework recommendation of using "'thing' must not be null".