Lumiera
0.pre.03
»edit your freedom«
|
Files | |
file | diagnostic-output.hpp [code] |
Helpers typically used while writing tests. | |
file | event-log.cpp [code] |
Implementation details of event logging and verification for unit tests. | |
file | event-log.hpp [code] |
Support for verifying the occurrence of events from unit tests. | |
file | microbenchmark-adaptor.hpp [code] |
Helpers and wrappers so simplify usage of micobenchmark.hpp. | |
file | microbenchmark.hpp [code] |
Functions to perform (multithreaded) timing measurement on a given functor. | |
file | run.hpp [code] |
Simple test class runner. | |
file | suite.cpp [code] |
Implementation of a simple test runner / test suite framework for unit testing. | |
file | suite.hpp [code] |
Building and running a suite of tests, implemented as test classes. | |
file | temp-dir.hpp [code] |
Manage a temporary directory for storage, with automated clean-up. | |
file | test-coll.hpp [code] |
some bits of unit test helper code to fabricate collections with test data | |
file | test-helper.cpp [code] |
definition of some widely used test helper functions. | |
file | test-helper.hpp [code] |
A collection of frequently used helper functions to support unit testing. | |
file | test.h [code] |
Helpers and support macros for defining test executables in C. | |
file | testdummy.hpp [code] |
unittest helper code: test dummy objects to track instances. | |
file | testoption.cpp [code] |
Implementation of commandline parsing for the unittest test-suite. | |
file | testoption.hpp [code] |
Commandline options for our unittest test-suite executable. | |
file | transiently.hpp [code] |
Test helper to perform temporary manipulations within a test scope. | |