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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -