Hello All,
I created a test like this:
CREATE PROCEDURE MyTestClass.[test example01] AS
BEGIN
exec tSQLt.Fail 'Not implemented';
END;
However, when I run the test the result is Success. What am I doing wrong? I am using v1.0.7950.1808.
Regards,
Test User.