/usr/share/doc-base/cxxtest is in cxxtest 4.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | Document: cxxtest
Title: CxxTest User Guide
Author: William Hart, Gasper Azman, Kevin Fitch, John Siirola
Abstract: This manual describes the design and usage of CxxTest version 4.
CxxTest is a unit testing framework for C++ that is similar in spirit to
JUnit <http://junit.org/>, CppUnit <http://cppunit.sourceforge.net> and
xUnit <http://xprogramming.com/software.html>. CxxTest is easy to
use because it does not require precompiling a CxxTest testing
library, it employs no advanced features of C++ (e.g. RTTI) and it
supports a very flexible form of test discovery. This documentation
describes CxxTest 4.1, which includes significant enhancements to
the test discovery process, a modern test driver, and new documentation.
Section: Programming/C++
Format: pdf
Files: /usr/share/doc/cxxtest/guide.pdf.gz
Format: HTML
Index: /usr/share/doc/cxxtest/guide.html
Files: /usr/share/doc/cxxtest/guide.html
|