← Back to team overview

nunit-core team mailing list archive

[Bug 902343] [NEW] Gui 'Hide Tests' function no longer works

 

Public bug reported:

HideTests may be called from the View menu or by setting the initial
display default. It should collapse all fixtures and expand everything
above fixtures.

This is no longer working because fixtures may now contain suites - e.g.
paramterized test suites - and the code assumes this is not possible.
Code should stop expanding when it reaches the  fixture level.

** Affects: nunitv2
     Importance: Medium
     Assignee: Charlie Poole (charlie.poole)
         Status: In Progress

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

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

** Changed in: nunitv2
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

** Changed in: nunitv2
    Milestone: None => 2.6.0

** Changed in: nunitv2
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/902343

Title:
  Gui 'Hide Tests' function no longer works

Status in NUnit V2 Test Framework:
  In Progress

Bug description:
  HideTests may be called from the View menu or by setting the initial
  display default. It should collapse all fixtures and expand everything
  above fixtures.

  This is no longer working because fixtures may now contain suites -
  e.g. paramterized test suites - and the code assumes this is not
  possible. Code should stop expanding when it reaches the  fixture
  level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/902343/+subscriptions


Follow ups

References