Name Last Update
..
README Loading commit data...
authentication.cs Loading commit data...
document.cs Loading commit data...
document_add.cs Loading commit data...
folder.cs Loading commit data...
makefile Loading commit data...
query.cs Loading commit data...

README

GENERAL
-------

This folder includes the Nunit unit tests to unit test web services.

REQUIREMENTS
------------

The unit tests were written for NUnit. NUnit 2.2.0 was used during development.

This framework was developed in Linux using Mono.

RUNNING THE TESTS
-----------------

Edit the makefile to ensure that the WSDL_URL is directed to the correct location.

A makefile is provided which can be used as follows:

- make // will build and run the tests

- make results // will attempt to only build results

- make clean // will remove all temporary and binary files

STATE
-----

The states of the tests is very alpha. Some of the tests are quite complicated, so we can probably split them.

REFERENCES
----------

For more information:

http://nunit.org/
http://www.mono-project.com/