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

Not all tests run automatically if you use TestFixtureSetup or TextFixtureTeardown attributes #10

Open
CreepyGnome opened this issue Jan 20, 2013 · 0 comments

Comments

@CreepyGnome
Copy link

I have 33 tests cases and it only runs 5. When I go to the Tests screen it shows success for all test classes, even though several say Success for 0 tests. However when I go into each test class to list the test they all say NotExecuted. If I touch one it runs and it completes successfully.

These where working fine, until I added a TestFixtureTearDown and then all the classes with those stopped running, but when work when you run individually. Then if I added a TestFixtureSetup not only did they not execute they fail upon execution.

So I set breakpoints in the TestFixtureSetup and TextFixtureTeardown methods and they are never called.

So does Touch.Unit not support all attributes of NUnit for some reason?

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