[Mono-list] NUnit testing

Nick Drochak ndrochak@gol.com
Tue, 17 Dec 2002 13:11:03 +0900


| -----Original Message-----
| From: mono-list-admin@ximian.com
| [mailto:mono-list-admin@ximian.com]On Behalf Of Segovax
| Sent: Tuesday, December 17, 2002 12:39 PM
| To: mono-list@ximian.com
| Subject: [Mono-list] NUnit testing
|
|
| Ready to get my feet wet w/ some testing.  I was thinking of doing some
| test for Sytem.Text.RegularExpressions.  I see that there are some
| issues based upon the notes.txt found in
| mcs/class/System/System.Text.RegularExpressions.  Is there anything that
| I should not bother testing (ie lookaround, certain character classes,
| etc)?  Is the behavior expected to match exactly what the Microsoft
| implementation does?

IIRC, there's already a pretty complete test suite for RegEx's.  Dan
included the tests along with regex implementation from the beginning.

There still might be plenty of classes in the RegEx area with no tests, and
if so, it would be great if you could find out which ones and provide tests
for them.

HTH,
Nick D.