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 a nunit test dll gives 'no test cases' #1

Open
janwilmans opened this issue May 7, 2014 · 0 comments
Open

Loading a nunit test dll gives 'no test cases' #1

janwilmans opened this issue May 7, 2014 · 0 comments

Comments

@janwilmans
Copy link

image

This dialog is displayed if the [TestFixture] attribute is missing

[TestFixture]
public class Test
{
    [Test]
    public void TestMethod() 
    {
    }
}

I think it would be nice to suggest to check the [TestFixture] and [Test] attributes on the class and methods. Maybe add a code-example for nunit in the Help-menu also.

@janwilmans janwilmans changed the title Loading a nunit test dll gives 'no tests found' Loading a nunit test dll gives 'no test cases' May 7, 2014
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