Jump to letter: [
34ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
unittest - C++ Unit Test Framework
- Description:
Unittest is a C++ unit test framework. Its design goals are to be simple, to
be idiomatic C++, and to follow the basic xUnit style to the extent that doing
so is compatible with the earlier goals. Its main differences from other xUnit
frameworks are that it uses constructors and destructors for setup/teardown
and that it requires you to represent tests as classes, instead of methods.
Packages
unittest-0.50-62.6.el5.i386
[39 KiB] |
Changelog
by Ionuț C. Arțăriși (2009-11-05):
- don't create an umbrella package, make only one main package instead
|