![]() |
Lumiera 0.pre.04
»edit your freedom«
|
unit test GenericRecord_test More...
Go to the source code of this file.
unit test GenericRecord_test
Definition in file generic-record-test.cpp.
#include "lib/test/run.hpp"#include "lib/test/test-helper.hpp"#include "lib/format-cout.hpp"#include "lib/format-util.hpp"#include "lib/diff/record.hpp"#include "lib/itertools.hpp"#include <string>#include <vector>Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::diff |
| namespace | lib::diff::test |
| namespace | lib::diff::test::anonymous_namespace{generic-record-test.cpp} |
Typedefs | |
| using | Seq = vector< string > |
| using | RecS = Record< string > |
Classes | |
| class | GenericRecord_test |
Functions | |
| template<class IT > | |
| Seq | contents (IT const &it) |
| Seq | contents (RecS const &rec_of_strings) |
| template<class X > | |
| Seq | strings (std::initializer_list< X > const &con) |
| LAUNCHER (GenericRecord_test, "unit common") | |
| Register this test class... | |