Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
diff-index-table-test.cpp File Reference

unit test DiffIndexTable_test More...

Go to the source code of this file.

Description

unit test DiffIndexTable_test

Definition in file diff-index-table-test.cpp.

#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/diff/index-table.hpp"
#include <utility>
#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{diff-index-table-test.cpp}
 

Macros

#define TOK(id)   id(STRINGIFY(id))
 

Typedefs

using DataSeq = vector< string >
 
using Index = IndexTable< string >
 

Classes

class  DiffIndexTable_test
 

Functions

string TOK (a1)
 
string TOK (a2)
 
string TOK (a3)
 
string TOK (a4)
 
string TOK (a5)
 
string TOK (b1)
 
string TOK (b2)
 
string TOK (b3)
 
string TOK (b4)
 
 LAUNCHER (DiffIndexTable_test, "unit common")
 Register this test class...
 

Macro Definition Documentation

◆ TOK

#define TOK (   id)    id(STRINGIFY(id))

Definition at line 43 of file diff-index-table-test.cpp.