Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
unit test DiffTreeMutationListener_test.
Verify a listener mechanism to be invoked on structural changes.
Definition in file diff-tree-mutation-listener-test.cpp.
#include "lib/test/run.hpp"
#include "lib/diff/mutation-message.hpp"
#include "lib/diff/tree-diff-application.hpp"
#include "lib/format-util.hpp"
#include "lib/util.hpp"
#include <boost/algorithm/string.hpp>
#include <string>
#include <vector>
Classes | |
class | DiffTreeMutationListener_test |
Functions | |
bool | caseInsensitiveEqual (string a, string b) |
string | contents (vector< string > const &strings) |
LAUNCHER (DiffTreeMutationListener_test, "unit common") | |
Register this test class... More... | |
string | lowerCase (string src) |
Variables | |
const GenNode | VAL_A {"a"} |
const GenNode | VAL_B {"b"} |
const GenNode | VAL_C {"c"} |
const GenNode | VAL_C_UPPER {"C"} |
const GenNode | VAL_D {"d"} |
const GenNode | VAL_D_UPPER {"D"} |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |
lib::diff::test::LAUNCHER | ( | DiffTreeMutationListener_test | , |
"unit common" | |||
) |
Register this test class...