You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new method in the AbstractType class is introduced: isEmpty(). It returns true, when each property
of the model has no value. Otherwise false.
Relates: #13
As a developer I find it useful to have a check if at least one property of a type is filled with any value.
Scenario:
I set the properties of a type from the properties of a domain model.
Now I want to check if all properties of the contact point are "empty", to avoid unneccessary markup:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: