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
Post a Comment