![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
definition of some widely used test helper functions. More...
Go to the source code of this file.
definition of some widely used test helper functions.
Definition in file test-helper.cpp.
#include "lib/test/test-helper.hpp"#include "lib/test/tracking-dummy.hpp"#include "lib/unique-malloc-owner.hpp"#include "lib/format-string.hpp"#include "lib/format-cout.hpp"#include "lib/random.hpp"#include <string>Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::test |
| Unit tests for the Lumiera support library. | |
Functions | |
| string | showSizeof (size_t siz, string name) |
| for printing sizeof(). | |
| string | randStr (size_t len) |
| create garbage string of given length | |