CASA/c_micasad/test
2005-10-11 19:51:00 +00:00
..
cache Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
common Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
communication Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
dependencies Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
verbs Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
ReadMe.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00

Read Me:
-------
The current Directoy "test" is has unit test cases to test the miCASA daemon c# code.
It uses Nunit(nunit.org) to develop testcases and execute the same.

There is a directory structure similar to the daemon code inside the test dir. 
For any function or aspect which needs to be tested in Daemon, add Test code here and 
the Test stubs will appear in the Ddebug build of micasad.exe

usage mono /dependencies/nunit-console.exe ../../bin/lux/dbg/micasad.exe

Windows has a GUI tool, can be downloaded at nunit.org