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

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

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -