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
Introduced test to ensure Clear(), Remove() enforce business logic
Introduced a test to ensure that calling `Clear()` enforces business logic by adding a property that will throw an exception if its set to null. This validates the behavior introduced in abfe213. And since `Clear()` now calls `Remove()`, it also effectively validates the behavior introduced in 0bccf1f. This validates the new functionality introduced as part of #79.
0 commit comments