downloads |
NE-UnitNE-Unit is a Unit testing program that works with any language in which you can write an executable program that can run on UNIX. It was written out of frustration about the existing C and C++ unit tests, which would let the whole test crash if just a single test crashed. The C-backend will catch a crash and report this to the testing front-end. DesignNE-Unit consists of a testing front-end (sometimes called the runner) The back-end communicates with the front-end by sending it messages on stderr. These messages have a special format that is parsed by the front-end. Front-endIn theory, you can use any front-end that you like. You can even configure Vim or Emacs to parse the NE-UNIT messages and run your tests from your editor. You can also use the GTK front-end. |
|
Contact:
Tim Hemel <tim at n2it dot net> |