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

Changed Testframework to NUnit #9

Merged
merged 2 commits into from
Nov 6, 2013
Merged

Changed Testframework to NUnit #9

merged 2 commits into from
Nov 6, 2013

Conversation

m4cx
Copy link
Contributor

@m4cx m4cx commented Nov 5, 2013

In the first step I ran all tests on my machine. All tests not running successfully were ignored. In the second step I switched the testing framework to nunit in version 2.6.3.

In order to be able to run the tests within VS 2012 / 2013 you have to install the Nunit Test Adapter available in Visual Studio Gallery
http://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d

Issue #7

Ignored all tests, that are not working on my machine. Unit-Tests have to work on all machines without any action. So check the tests for testing the right thing and being independent from other test methods.
Introduced a solution folder for all test-projects.
@phogue phogue merged commit 1c712f7 into phogue:master Nov 6, 2013
@phogue phogue mentioned this pull request Nov 6, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants