How to delimit the actions of the tests #2474
Unanswered
kiragengis
asked this question in
Questions & Support
Replies: 1 comment 1 reply
-
Can't you wrap all the statements in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using NUnit with C# and I have some tests that are performing global changes to the application. To run additional tests, I roll back those changes at the end. It looks something like this:
What I want to do is to supply a way to easily identify in the logs when the rollback steps start.
Beta Was this translation helpful? Give feedback.
All reactions