-
Notifications
You must be signed in to change notification settings - Fork 2
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 support for .NET Framework / .xproj based projects that use ITestRunner
interface
#40
Comments
Tests will be executed using the original test runner interface when:
Otherwise both .NET Core and .NET Framework tests will be executed by the new "dotnet test" / "testRunner" interface. The |
Please give this build a try and let me know how you get on! |
That appears to work for running methods, classes via source, and classes via Solution Explorer, but not assemblies or solutions. But getting closer! :) |
Thanks for the catch. It's getting a bit ugly in places! Could you give this one a try: |
Victory! |
You can now download TestDriven.Net 3.0-beta from the website: I've also added some notes to this page: |
.NET Framework based projects should be able to work as they did before by simply referencing the test framework assembly (NUnit/xUnit/MSTest/etc). Only projects that target .NET Core should be required to use the new
dotnet test
/testRunner
based test runners.The text was updated successfully, but these errors were encountered: