how to run nunit test in rider
Answered
I create nunit file but I cannot find nunit runner configuration, my rider version is:
Rider 2017.1
Build #RD-171.4456.2169, built on August 3, 2017
Licensed to roro co
You have a perpetual fallback license for this version
Subscription is active until August 3, 2018
JRE: 1.8.0_112-release-736-b22 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.4.0-21-generic
Please sign in to leave a comment.
dotnet core or regular dotnet?
dotnet core nunit will be supported only in Rider 2017.2
@Ivan Shakhov I use linux + rider + mono, can you tell my a way to test c# in my platform?
For regular nunit - try pressing down-left corner
By regular dotnet I mean mono. Opposite to dotnetcore.
I assume your project has reference to nunit.framework.dll, right?