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
Consider [whether Rollbacks could be refactored within the test scope[(https://github.com/mwpowellhtx/xwellbehaved.net/blob/master/src/Xwellbehaved/ScenarioInvoker.cs#L363), especially for reasons that resources such as ITestOutputHelper fall out of scope. Unless or until that can be the case, TearDownAttribute is our best alteranative to the Rollback mechanism, when such resources must be referenced.
The text was updated successfully, but these errors were encountered:
Consider [whether Rollbacks could be refactored within the test scope[(https://github.com/mwpowellhtx/xwellbehaved.net/blob/master/src/Xwellbehaved/ScenarioInvoker.cs#L363), especially for reasons that resources such as
ITestOutputHelper
fall out of scope. Unless or until that can be the case,TearDownAttribute
is our best alteranative to theRollback
mechanism, when such resources must be referenced.The text was updated successfully, but these errors were encountered: