I have big assembly containing large number of tests. These tests are grouped under different namespaces. I tried running the test cases for a specific namespace from the nunit-console but no tests are run. This happens only for this assembly. It works in a sample test assembly i created for testing this.
What may be the reason? Is there any limitation?
The command line command i used is below
nunit-console.exe /noshadow /nothread /run:namespace Absolute_path_of_the_dll