Go to the source code of this file.
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>
|
using | DataSeq = vector< string > |
|
using | Index = IndexTable< string > |
|
|
| LAUNCHER (DiffIndexTable_test, "unit common") |
| Register this test class... More...
|
|
string | TOK (a5) |
|
string | TOK (a1) |
|
string | TOK (a4) |
|
string | TOK (a2) |
|
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...