Adding UnitTests project with example tests for MockProvider #79
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #80
PR Type
What kind of change does this PR introduce?
What is the current behavior?
There is currently no test infrastructure in the Graph-Controls repo.
What is the new behavior?
I've added a test project for running unit tests against UWP, modeled after the setup in WCT. I could have split it into multiple test projects (Net and Uwp), but I didn't see a strong reason to up front.
For starters I've added unit tests for the MockProvider
PR Checklist
Please check if your PR fulfills the following requirements:
Other information
Getting test infrastructure is not only a generally good thing for the project (detecting regressions, etc.), but it also will make it easy to demonstrate project stability to our first adopters.