nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00208
[Bug 483836] Re: Allow non-public test fixtures consistently
** Changed in: nunitv2
Status: Triaged => Fix Committed
--
Allow non-public test fixtures consistently
https://bugs.launchpad.net/bugs/483836
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
Status in NUnit Test Framework: Triaged
Status in NUnit V2 Test Framework: Fix Committed
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