Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to fail whole fixture #149

Open
vincentparrett opened this issue Jun 1, 2016 · 1 comment
Open

Add ability to fail whole fixture #149

vincentparrett opened this issue Jun 1, 2016 · 1 comment

Comments

@vincentparrett
Copy link
Member

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" 

@MartinSedgewick
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants