nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01373
[Bug 677085] Re: Make Is Partial Class
We can't accept this bug for NUnit V2, because we support all platforms (.NET and C# 1.0 through 4.0) using a single codebase. For NUnit 3.0, there will be separate builds of the framework for each platform, so we'll be able to do it then.
** Project changed: nunitv2 => nunit-3.0
--
Make Is Partial Class
https://bugs.launchpad.net/bugs/677085
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
Status in NUnit Test Framework: New
Bug description:
I'd like to be able to implement my own Is.Foo methods on Assert.That - making Is a partial class would achieve this beautifully and simply
References