Lumiera  0.pre.03
»edit your freedom«
diff-tree-application-simple-test.cpp File Reference

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>

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... More...
 

Variables

const GenNode VAL_A ("a")
 
const GenNode VAL_B ("b")
 
const GenNode VAL_C ("c")
 
const GenNode VAL_D ("d")
 

Namespaces

 lib
 Implementation namespace for support and library code.
 

Function Documentation

◆ LAUNCHER()

lib::diff::test::LAUNCHER ( DiffTreeApplicationSimple_test  ,
"unit common"   
)

Register this test class...