Go to the source code of this file.
unit test DiffListApplication_test
Definition in file diff-list-application-test.cpp.
|
using | DataSeq = vector< string > |
|
using | DiffSeq = iter_stl::IterSnapshot< DiffStep > |
|
using | DiffStep = ListDiffLanguage< string >::DiffStep |
|
using | Interpreter = ListDiffInterpreter< string > |
|
|
| 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... 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) |
|
|
| lib |
| Implementation namespace for support and library code.
|
|
◆ LAUNCHER()
Register this test class...