Replies: 1 comment
-
Issue is created for this: #17475 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use the "TearDown" attribute when testing with Nunit. However, the "TearDown" method is never executed, even if I set a breakpoint in it during a running unit test. Is there a reason for this? The attributes “OneTimeSetUp”, “SetUp” and “OneTimeTearDown” work as they should.
Beta Was this translation helpful? Give feedback.
All reactions