Mid Testing

How do you run NUnit tests using the NUnit console runner?

Download and use nunit3-console.exe from NUnit site:

nunit3-console.exe YourTestAssembly.dll

It runs all tests in the assembly and outputs results.

More from C# Programming Tutorial

All questions for this course