nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01762
[Bug 782983] Re: Gui should display nested classes under their containing classes
This is exactly what I'm looking for
--
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/782983
Title:
Gui should display nested classes under their containing classes
Status in NUnit Test Framework:
Triaged
Bug description:
Currently, the Gui displays nested classes entirely separately from
the classes that contain them. It would be more natural to display
them as children of the enclosing class. When the enclosing class is
selected, all nested classes will execute.
If the enclosing class is not itself a test fixture, then there is no
further affect.
If the enclosing class is a test fixture, then this will also impact
the order of test execution, whether the Gui is used or not. Nested
fixtures will execute only after the setup for the enclosing fixture
completes. They will not execute if that setup throws an exception.
The enclosing class teardown will execute only after all the teardowns
for the nested fixture complete. If the enclosing fixture contains
test cases in addition to the nested fixture, the order of execution
between those cases and the fixture is not defined.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/782983/+subscriptions
References