-
Notifications
You must be signed in to change notification settings - Fork 641
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
Updating from NUnit 2.6.3 to NUnit 3.5.0 #194
Conversation
@synhershko @NightOwl888 Is there anything I need to do to get this merged in? |
Looks good to me, but seems like it's blocked by #191? |
@synhershko This doesn't depend on #191. I created this PR off of master. |
Ok, cool, merging now |
Cool thanks - that's why I asked before merging... |
@synhershko @NightOwl888 When I had opened this PR, no one was working on my branch, so I was going to rebase my commits on top of this so there would be less changes to look at in #191. :) But since there is active development. |
Updates the current test projects to NUnit 3.5.0.
TestFixtureSetUp
andTestFixtureTearDown
withOneTimeSetUp
andOneTimeTearDown
[ExpectedException]
withAssert.Throws<T>
Is there anything I need to edit in make it work in TeamCity?
PR #191 depends on this because dotnet-test-nunit uses NUnit 3.5.0