Latest NUnit not running superclass setup/teardown in 2.4.7?
Doug Mayer <[email protected]> Thu, 3 Jul 2008 14:55:30 -0500
| Newsgroups | gmane.comp.windows.dotnet.nunit.user |
|---|---|
| Message-ID | <[email protected]> |
I'm having trouble getting something like this to work with NUnit
2.4.7, but it works fine in 2.4.6:
class BaseClass {
// fixture and test set-up and tear-down
}
class BaseSubClass : BaseClass {
}
[TestFixture]
class MyTestCase : BaseSubClass {
}
The tests in MyTestCase won't do any of the setup/teardown (both
fixture and per-test) defined in the BaseClass. Is this a bug or an
intended breaking change? Has anyone else seen this?
Thanks!
Doug
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08