Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
diff-tree-mutation-listener-test.cpp File Reference

unit test DiffTreeMutationListener_test. More...

Go to the source code of this file.

Description

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>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::diff
 
namespace  lib::diff::test
 
namespace  lib::diff::test::anonymous_namespace{diff-tree-mutation-listener-test.cpp}
 

Classes

class  DiffTreeMutationListener_test
 

Functions

string contents (vector< string > const &strings)
 
string lowerCase (string src)
 
bool caseInsensitiveEqual (string a, string b)
 
 LAUNCHER (DiffTreeMutationListener_test, "unit common")
 Register this test class...
 

Variables

const GenNode VAL_A {"a"}
 
const GenNode VAL_B {"b"}
 
const GenNode VAL_C {"c"}
 
const GenNode VAL_D {"d"}
 
const GenNode VAL_C_UPPER {"C"}
 
const GenNode VAL_D_UPPER {"D"}