I am trying to run Specific test cases using nunit console runner with the following command
nunit-console.exe \run:Namespace TestDll.dll --where "method=Methodname1 || Methodname2"
But this doesnt work.Im using Nunit 2.6.x .
Please help
I am trying to run Specific test cases using nunit console runner with the following command
nunit-console.exe \run:Namespace TestDll.dll --where "method=Methodname1 || Methodname2"
But this doesnt work.Im using Nunit 2.6.x .
Please help