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

unit test DiffListApplication_test More...

Go to the source code of this file.

Description

unit test DiffListApplication_test

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

#include "lib/test/run.hpp"
#include "lib/diff/list-diff-application.hpp"
#include "lib/iter-adapter-stl.hpp"
#include "lib/util.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{diff-list-application-test.cpp}
 

Macros

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

Typedefs

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

Classes

class  DiffListApplication_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)
 
 DiffStep_CTOR (ins)
 
 DiffStep_CTOR (del)
 
 DiffStep_CTOR (pick)
 
 DiffStep_CTOR (find)
 
 DiffStep_CTOR (skip)
 
DiffSeq generateTestDiff ()
 
 LAUNCHER (DiffListApplication_test, "unit common")
 Register this test class...
 

Macro Definition Documentation

◆ TOK

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

Definition at line 41 of file diff-list-application-test.cpp.