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

unit test DiffTreeApplicationSimple_test. More...

Go to the source code of this file.

Description

unit test DiffTreeApplicationSimple_test.

Demonstrates the basic concept of reshaping structured data through a tree-diff sequence.

Definition in file diff-tree-application-simple-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 <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-application-simple-test.cpp}
 

Classes

class  DiffTreeApplicationSimple_test
 

Functions

string contents (Rec const &object)
 render the child elements as string data for test/verification
 
string contents (vector< string > const &strings)
 
 LAUNCHER (DiffTreeApplicationSimple_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")