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
👍 The MSTest test framework while fine, can be limited, it's why some Microsoft People created xUnit, and I understand xUnit much more widely used within Microsoft than the MSTest.
I'll get on with adding some tests over the coming days, there's a lot of code in the UserStore so it would be good to get the coverage up there.
@tracker086 I'd like to start adding unit tests but before introducing them I just wanted to check if you have a preference on Framework?
My personal preference is to use a combination of xUnit for functional testing and Machine Specificatons contextual and behavioural testing.
What do you think?
The text was updated successfully, but these errors were encountered: