c# - NUnit Visual Studio run TearDown on test cancel -


is there way make nunit tests run [teardown] method when test interrupted clicking on "cancel" in test explorer?

at moment happens test stops executing , browser stays open.

thanks

as far know, if cancel test running, vs stops there execution, nothing more of code executed, "idisposable" implementation or "try/finally" steatments.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -