bramborman / NotifyPropertyChangedBase

A simple to use yet powerful implementation of INotifyPropertyChanged.
https://www.nuget.org/packages/NotifyPropertyChangedBase/
MIT License
10 stars 1 forks source link

Improve unit tests #59

Open bramborman opened 4 years ago

bramborman commented 4 years ago

They should probably by split into smaller test methods for better maintainability and readability. And by using something like Xunit's InlineData attribute for theories they should be freed from the cycles hell.