I have a solution that I created with #develop 2.2. In it I have test that look like this:
[Test] [Category("Short")] public void TestClient ()
{
// ...
}
[Test] [Category("Long")] public void TestAgent ()
{
// ...
The tests run fine (with or without the Category attrs). But the Nunit "view" window does show the individual tests, so I can only run all or none of them. Again this is true with or without the Category attrs.
This worked under 2.2
Is there a special version of nunit required with 3.0?
Thanks,
-'Key