[Mono-devel-list] Subclassing needed for unit tests?

Nick Drochak ndrochak at gol.com
Mon May 12 07:00:18 EDT 2003


Zoltan,

I noticed this in your patch today...

-public class StringTest : TestCase
+[TestFixture]
+public class StringTest : Assertion

Is it necessary to subclass the test from Assertion?  I thought with the
fixture it wasn't necessary anymore with version 2 of Nunit.

Regards,
Nick D.




More information about the Mono-devel-list mailing list