Skip to content Skip to sidebar Skip to footer

Why Does A Tsqlt Test Pass In Visual Studio Test Explorer When It Should Fail?

I'm writing some tSQLt tests and running them using Visual Studio's Test Explorer via the tSQLt test adapter extension. I'm doing TDD, so I'm writing the test before writing the st

Solution 1:

I have updated the test adapter to visual studio 2017 and fixed a couple of issues. I ran this code here and can't reproduce it (the tests cause a failure in visual studio).

Grab the latest version from:

https://marketplace.visualstudio.com/items?itemName=vs-publisher-263684.tSQLtTestAdapterforVisualStudio2017

If you need vs 2015 support let me know, I am hesitant as it means maintaining two versions.

ed

Post a Comment for "Why Does A Tsqlt Test Pass In Visual Studio Test Explorer When It Should Fail?"