src/UnitTest/ directory

Functionality specific to UnitTest

Contents

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 Assessment.cpp
Unit test suite assessment.
file Assessment.hpp
Unit test suite assessment.
file MPIRunner.cpp
Charm++ nodegroup to run MPI unit tests.
file MPIRunner.hpp
Charm++ nodegroup to run MPI unit tests.
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 TestArray.hpp
Simple test Charm++ array for testing arrays.
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.