directory
UnitTestFunctionality specific to UnitTest
This directory contains code specific to UnitTest. The subdirectory structure relative to src/UnitTest/tests
mirrors that of the root source directory, src
, and contain unit test definitions for the given subdirectories mirrored.
Files
- file QuietCerr.cpp
- Charm++ nodegroup to quiet std::cerr in a thread-safe fashion.
- file QuietCerr.hpp
- Charm++ nodegroup to quiet std::cerr in a thread-safe fashion.
- file TUTConfig.hpp
- Template Unit Test unit test configuration for all tests.
- file TUTSuite.cpp
- Template Unit Test suite class definition.
- file TUTSuite.hpp
- Template Unit Test suite class declaration.
- file TUTTest.cpp
- Template Unit Test unit test class definition.
- file TUTTest.hpp
- Template Unit Test unit test class declaration.
- file TUTUtil.hpp
- Utilities for unit testing with the Template Unit Test library.