Author : MD TAREQ HASSAN
Assertion cheatsheet
Courtesy: xUnit 2 cheatsheet
More
- Skipping a test:
[Fact(Skip = "Explain reason to skip")]
Matches()
(RegEx)Raises()
(Event)PropertyChanged()
(INotifyPropertyChange
Event)
See:
Courtesy: xUnit 2 cheatsheet
[Fact(Skip = "Explain reason to skip")]
Matches()
(RegEx)Raises()
(Event)PropertyChanged()
(INotifyPropertyChange
Event)See: