Paketname | libtut-dev |
Beschreibung | elegant C++ unit test framework |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.0.20070706-1 |
Sektion | libdevel |
Priorität | extra |
Installierte Größe | 388 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | César Gómez MartÃn |
Quelle | libtut |
Paketgröße | 99158 Byte |
Prüfsumme MD5 | 944d6198bdf1fe6342aff18303aedf35 |
Prüfsumme SHA1 | 696b1c16e9c2ec72b0cb6252740ab5ab167fe932 |
Prüfsumme SHA256 | 460adb6d638ff9fd48951f8870b008d5cad329ed80a76956101992f2d8928559 |
Link zum Herunterladen | libtut-dev_0.0.20070706-1_all.deb |
Ausführliche Beschreibung | TUT is a unit test framework for C++, written in pure C++. It makes use of
C++ templates to reduce the responsibilities of the user and provide an
intuitive and easy-to-use interface. Unlike other test unit frameworks for
C++, TUT doesn't use macros, since their usage conceals actual implementation
and (what's worse) can interfere with client application.
.
TUT completely fits into a single header file. No library compilation is
required, thus a lot of portability problems are avoided and integration with
client code is very simple.
|