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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: