November 2004
Intermediate to advanced
212 pages
5h 2m
English
This appendix contains a detailed reference for the CppUnit classes. Knowledge of the details of CppUnit’s implementation is not necessary to use it for writing and running unit tests. However, understanding the architecture is important for more advanced usage, such as developing extensions.
In the descriptions that follow, the types string,
ostream, map,
deque, and vector belong to the
namespace std. All the header files are located
under the CppUnit installation directory in
include/cppunit. Some are located in
subdirectories of this directory, such as
extensions. All the source files are located in
src/cppunit.
The entries are in alphabetical order by class name.
Read now
Unlock full access