Check that the incoming arguments are not null
.
View the above class
ValidationDataSourceVersion
on a separate page.
The following checks are done:
houseNumber
is greater then 0.street
or postbox
is not null
.postalCode
applies to the Dutch postal code, meaning
4 digits followed by to Latin characters.
city
is not null
.country
is within the Set of countries.These examples are provided by the class ArgumentValidationImpl see the shortcuts below: