Lumiera  0.pre.03
»edit your freedom«
generic-record-test.cpp File Reference

Go to the source code of this file.

Description

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>

Classes

class  GenericRecord_test
 

Typedefs

using RecS = Record< string >
 
using Seq = vector< string >
 

Functions

template<class IT >
Seq contents (IT const &it)
 
Seq contents (RecS const &rec_of_strings)
 
 LAUNCHER (GenericRecord_test, "unit common")
 Register this test class... More...
 
template<class X >
Seq strings (std::initializer_list< X > const &con)
 

Namespaces

 lib
 Implementation namespace for support and library code.
 

Function Documentation

◆ LAUNCHER()

lib::diff::test::LAUNCHER ( GenericRecord_test  ,
"unit common"   
)

Register this test class...