You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TestFixture]
[Category("FooBar")]
public class TestFoo
{
[Test]
public void TestBar()
{
}
}
[TestFixture]
[Category("FooBar2")]
public class TestFoo2
{
[Test]
public void TestBar2()
{
}
}
So there are mutliple test-fixtures (in fact there are 78 textfixtures) , maybe there is a class missing the TextFixture attribute, but I have not found it yet
This is not a duplicate of #1, I checked that the [TextFixture] and [Test] attributes are present.
The text was updated successfully, but these errors were encountered: