nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01412
[Bug 677085] Re: Make Is Partial Class
partial classes are a compiler trick, you'd have to recompile NUnit to
achieve that.
--
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/677085
Title:
Make Is Partial Class
Status in NUnit Test Framework:
Triaged
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