nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00973
[Bug 628884] [NEW] AssemblyVersion needed
Public bug reported:
A nice feature would be a Version as a Attribute. When the assembly version is at least the value, the test is active. If the assembly version is to low, the test will be ignored.
The version could be the version of the assembly which contains the test or delivered by a public static class from a special property (as it is in testcasesource).
Testcase and Testfixture and so on must also have this feature.
** Affects: nunitv2
Importance: Undecided
Status: New
** Tags: attribute feature version
--
AssemblyVersion needed
https://bugs.launchpad.net/bugs/628884
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
A nice feature would be a Version as a Attribute. When the assembly version is at least the value, the test is active. If the assembly version is to low, the test will be ignored.
The version could be the version of the assembly which contains the test or delivered by a public static class from a special property (as it is in testcasesource).
Testcase and Testfixture and so on must also have this feature.
Follow ups
References