tut namespace
Unit test declarations and definitions.
Contents
- Reference
Namespaces
- namespace charm
- Unit test declarations and definitions for testing Charm++ chares.
Classes
- class TestArray
- Charm++ chare array definition for testing arrays.
- struct RNG_common
- All tests in group inherited from this base.
Variables
- const int MAX_TESTS_IN_GROUP
- Maximum number of tests in every test group to attempt to run.
Variable documentation
const int tut:: MAX_TESTS_IN_GROUP
Maximum number of tests in every test group to attempt to run.
If any of the unit test groups have more tests than this number, this should be increased. All test groups use this value to override the default template argument for tut::test_group<>.