0
kicks
Unit Testing and INotifyPropertyChanged
Ever wanted to automatically test properties on classes and hate writing the code. With INotifyPropertyChanged, bugs can quickly come into existance because of the string based Setters and Getters. Never fear, code can help!