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 tired to do Assert.Fail at the
[SetupFixture]
procedure SetupFixture;
But it will kill the whole process.
This would be handy if some prerequisite is not meat the way it would need to be, then could really raise attention, that "We are not passing any of these this or that is fixed first"
The text was updated successfully, but these errors were encountered:
Is this fixed by Issue #173 which means any [SetupFixture] error is now logged into all tests?
The only issue I can see still remaining is that despite the [SetupFixture] failing, all the tests will still run. This is not something I personally would expect.
From G+
Is there possibility to Fail Whole Fixture.
I tired to do Assert.Fail at the
[SetupFixture]
procedure SetupFixture;
But it will kill the whole process.
This would be handy if some prerequisite is not meat the way it would need to be, then could really raise attention, that "We are not passing any of these this or that is fixed first"
The text was updated successfully, but these errors were encountered: