Comment 4 for bug 1098766

Revision history for this message
Rodney Foley (rsfoley) wrote : Re: Feature Request: AssemblyTearDown Attribute

That sounds a lot better overall. Sold I will take one. :)

FYI ... I was googling around and couldn't find anything on how to do this until your response to this request. A the time I created this request I was not able to get to nunit.org for some reason.

However when I was able to get to it later I am not sure I would have found SetupTestFixture, as I would have only been looking for "TearDown" stuff. There is no TearDownFixture (obvious now) so I may have not figured this out without help. I do agree that if I would have found SetupFixture that it would bee more clear as to how to do this as it is marking a class as a Namespace "Fixture" for setup and teardown. However nothing in the setup and teardown really gives any hit of be able to do this as it just says before and after each test in the class.

I would recommend at least maybe updating the documentation to help lead people to all the overloaded uses of an attribute like those of Setup and Teardown. I mean there is not even a "See Also" for SetupTestFixture on either of them.

Anyway, I am fully educated and very happy about how to do this now. Thanks.