[Mono-list] class status up to date?

Nick Drochak ndrochak@gol.com
Wed, 18 Dec 2002 08:23:59 +0900


| Ok, how do you build these tests? (generate the test dlls). 
| Do you use 
| the makefiles (make), or .build files(nant).
| 
| I'm currently only using Nant on W2K with MS .NET framework. 
| So I need 
| to know if I have a valid build environment when working on tests & 
| executing the tests.

Do a 'make;make test' in the mcs module from cvs.  The makefiles launch the
Nant build files.

| I understand you're working on nunit2 'migration', is that 
| correct? This probably also means new tests need to be 
| written using nunit2 
| instead of nunit? (any interesting differences related to mono?)

Just write any new ones for now in the old nunit style.  I'll recommend to
use the new attribute-laden style for new tests after version 2 is fully
integrated into the build.  I don't plan to totally re-write the tests since
they do work as is.  But I might do a few to try out the attributes a bit.

| Is there any relevant documentation that I can print? (So I 
| can gather 
| 'reading material' for my holidays :)

Not for Nunit per se, but unit testing info is available at www.junit.org.


Nick D.