Touch.Unit
Touch.Unit copied to clipboard
Not all tests run automatically if you use TestFixtureSetup or TextFixtureTeardown attributes
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?