NUnit Expected Exception – MockCalled
- Shortcut: mockcalled
- Description: NUnit ExpectedException for MockCalled
Code:
[ExpectedException(typeof (MockCalled))]
WPF
INotifyPropertyChanged – MVVMLight
- Shortcut: inotp
- Description: MVVM Light NotifyChanged Property
Code:
private $TYPE$ _$NAME_LOWER$;
public $TYPE$ $NAME$
{
get => _$NAME_LOWER$;
set => Set(ref _$NAME_LOWER$, value);
}
Parameters:
- TYPE – constant string
- NAME
- NAME_LOWER – Not Editable, Value of NAME with the first character is lower case