Activity log for bug #1098766

Date Who What changed Old value New value Message
2013-01-12 00:03:21 Rodney Foley bug added bug
2013-01-12 01:36:54 Charlie Poole affects nunitv2 nunit-3.0
2013-01-12 01:37:01 Charlie Poole nunit-3.0: status New Triaged
2013-01-12 01:37:03 Charlie Poole nunit-3.0: importance Undecided Wishlist
2013-01-13 22:48:40 Charlie Poole summary Feature Request: AssemblyTearDown Attribute Feature Request: Refactor SetUpFixtureAttribute and add AssemblyTearDown Attribute
2013-01-13 22:50:20 Charlie Poole description It would be great to have an attribute that can decorate a static method called AssemblyTearDown. It would mark the method that should be called after all the tests within the assembly have run to allow resources obtained by the assembly to be freed. - It needs to be applied to a static method - It would be called after all the other TearDown's have been processed. - It should not need to be in a class that has test methods. - NUnit should only allow one method to be decorated with this attribute within an assembly. Updated: See the discussion for details on what will be implemented. Original Request: It would be great to have an attribute that can decorate a static method called AssemblyTearDown. It would mark the method that should be called after all the tests within the assembly have run to allow resources obtained by the assembly to be freed. - It needs to be applied to a static method - It would be called after all the other TearDown's have been processed. - It should not need to be in a class that has test methods. - NUnit should only allow one method to be decorated with this attribute within an assembly.