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
I'm asking myself if DSpot should remove the try/catch block and the Assert.fail() statement because it will regenerate it if the given test still sets the program into an "incorrect" state.
Perhaps, it will allow to derive from a test with try/catch block and Assert.fail() a test that does no set the program into an "incorrect" state.
Before generating assertions, DSpot removes all the assertions but should not remove
Assert.faill()
in existing try/catch block.The text was updated successfully, but these errors were encountered: