Lumiera  0.pre.03
»edit your freedom«
diff-list-generation-test.cpp File Reference

Go to the source code of this file.

Description

unit test DiffListGeneration_test

Definition in file diff-list-generation-test.cpp.

#include "lib/test/run.hpp"
#include "lib/diff/list-diff-detector.hpp"
#include "lib/itertools.hpp"
#include "lib/util.hpp"
#include <string>
#include <vector>

Classes

class  DiffListGeneration_test
 

Typedefs

using DataSeq = vector< string >
 
using DiffSeq = vector< DiffStep >
 
using DiffStep = ListDiffLanguage< string >::DiffStep
 
using Interpreter = ListDiffInterpreter< string >
 

Macros

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

Functions

 DiffStep_CTOR (ins)
 
 DiffStep_CTOR (del)
 
 DiffStep_CTOR (pick)
 
 DiffStep_CTOR (find)
 
 DiffStep_CTOR (skip)
 
 LAUNCHER (DiffListGeneration_test, "unit common")
 Register this test class... More...
 
string TOK (a5)
 
string TOK (a2)
 
string TOK (a4)
 
string TOK (a1)
 
string TOK (a3)
 
string TOK (b3)
 
string TOK (b4)
 
string TOK (b1)
 
string TOK (b2)
 

Namespaces

 lib
 Implementation namespace for support and library code.
 

Function Documentation

◆ LAUNCHER()

lib::diff::LAUNCHER ( DiffListGeneration_test  ,
"unit common"   
)

Register this test class...