this is mostly because of historical reasons. When we started, the csUnit seemed to have very poor support for running unit tests in batch mode (that is needed for continuous integration), but it had nicer UI and integration with VS. So we used csUnit for individual testing, and NUnit for continuous integration. Now both tools indeed seem to be quite comparable.
Andrew,
this is mostly because of historical reasons. When we started, the csUnit
seemed to have very poor support for running
unit tests in batch mode (that is needed for continuous integration), but it
had nicer UI and integration with VS.
So we used csUnit for individual testing, and NUnit for continuous
integration. Now both tools indeed seem to
be quite comparable.
"Andrew Zaikin" <no_mail@jetbrains.com> wrote in message
news:11243779.1081237030760.JavaMail.itn@is.intellij.net...
use both of them simultaneously?