Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading some nunit dlls this message occurs #27

Closed
janwilmans opened this issue Jul 19, 2017 · 3 comments
Closed

loading some nunit dlls this message occurs #27

janwilmans opened this issue Jul 19, 2017 · 3 comments

Comments

@janwilmans
Copy link

janwilmans commented Jul 19, 2017

image

This is not a duplicate of #1, I checked that the [TextFixture] and [Test] attributes are present.

@janwilmans
Copy link
Author

janwilmans commented Jul 19, 2017

Turns out the test looks like:

    [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

@janwilmans
Copy link
Author

same test works ok in nunit-x86.exe

image

I will try to extract a simplified reproduction scenario

@janwilmans
Copy link
Author

Tracked it down, turned out to be a parameterized test, closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant