← Back to team overview

nunit-core team mailing list archive

[Bug 483836] [NEW] Allow non-public test fixtures consistently

 

Public bug reported:

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.

** Affects: nunit-3.0
     Importance: Medium
         Status: Triaged

** Affects: nunitv2
     Importance: Medium
         Status: Triaged


** Tags: feature

** Changed in: nunitv2
       Status: New => Triaged

** Changed in: nunitv2
   Importance: Undecided => Medium

** Also affects: nunit-3.0
   Importance: Undecided
       Status: New

** Changed in: nunit-3.0
       Status: New => Triaged

** Changed in: nunit-3.0
   Importance: Undecided => Medium

** Tags added: feature

-- 
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: Triaged

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.



Follow ups

References