Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit and integration test projects #10

Open
JSkimming opened this issue Oct 1, 2014 · 2 comments
Open

Add unit and integration test projects #10

JSkimming opened this issue Oct 1, 2014 · 2 comments

Comments

@JSkimming
Copy link
Contributor

@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?

@adrifer
Copy link
Owner

adrifer commented Oct 1, 2014

I usually use the Visual Studio unit testing framework. But I don't care to use a new one and learn. So it's fine to me to use xUnit

@JSkimming
Copy link
Contributor Author

👍 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants