nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01834
Re: [Bug 730891] Re: GUI runner option to stop upon failure
Hi Nicolas,
I neglected to answer this question in my last reply...
> Are TextContexts something carried over to NUnit 3.0?
Yes, they and they can have much more capability than is possible with
NUnit 2.6. That's because the 3.0 framework contains the classes that
run the tests, which are part of nunit.core in the 2.6/2.6 releases.
This means that a framework class (like TestContext or Assert) can
actually call into the classes that drive test execution, which is not
now possible.
Charlie
--
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/730891
Title:
GUI runner option to stop upon failure
Status in NUnit Test Framework:
New
Bug description:
Feature request. Add an option to the GUI runner (maybe in Settings)
to allow the user to specify whether to stop running multiple tests
upon first failure. By default the feature would be off.
This feature would make it easier to debug intermittent failures while
running integration tests with the GUI runner.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/730891/+subscriptions
References