The Unit Test
Answered
After created a console project, I added a class to the project and a test class for it, using the NUnit attributes (installed from Nuget), but trying to run the tests, I'm not finding where is the Test Runner nor an option menu to run tests.
So, where is the Unit Test Runner?
Please sign in to leave a comment.
The unit test runner hasn't been implemented yet. We're working on it, and intend to have it available before we hit public preview. In the meantime, check out this blogpost for a workaround: http://hadihariri.com/2016/03/29/unit-testing-in-rider-with-external-tools/
Is there way to connect dotCover with something like this?
Yep, use the dotCover command line in the run configuration instead of nunit.exe.