nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00448
[Bug 483836] Re: Allow non-public test fixtures consistently
** Changed in: nunit-3.0
Milestone: None => 2.9.4
--
Allow non-public test fixtures consistently
https://bugs.launchpad.net/bugs/483836
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit Test Framework: Triaged
Status in NUnit V2 Test Framework: Fix Released
Bug description:
Due to an earlier change, NUnit allows non-public test fixtures when explicitly marked with [TestFixture]. We need to
1) Either allow non-public test fixtures all the time - including implicit test fixtures without the TestFixture attribute or define precisely when non-public fixtures are OK and when they are not.
2) Update the documentation to indicate how it works.
References