Hello ladies and gentleman, In my test I have few test fixtures nested inside a TestSuite. I would like to do the following:
1. When a fixture setup fails – stop executing other fixtures in the TestSuite. 2. When a fixture setup, or teardown, fails – print errors in the parent TestSuite failure stream log. I would like the printing to be done from the fixture setup/teardown code and not in the TestSuite Setup/TearDown methods as they are out of error context. Any ideas on how to implement these requirements are welcome. Thanks, Danny. -- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mbunituser?hl=en.
