nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01410
[Bug 628881] Re: Need of Enddate together with Ignore
** Changed in: nunit-3.0
Importance: Undecided => Wishlist
** Changed in: nunit-3.0
Status: New => Triaged
--
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/628881
Title:
Need of Enddate together with Ignore
Status in NUnit Test Framework:
Triaged
Bug description:
In our framework we have a feature that is very important for us: Ignore can has two parameters description and enddate. When enddate is less then the current date, the test is not longer be igrnored and (normally) displayed as a test with error.
Currently, there is more than one part to change, because Ignore ist also used with TestCase, TestFisture and so on.
Ignore, IgnoreReason, IgnoreUpto, IgnoreReasonUppto will then be needed.
References