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

unit test DiffIgnoreChanges_test. More...

Go to the source code of this file.

Description

unit test DiffIgnoreChanges_test.

Covers the special case of a TreeMutator configured to accept any diff without actually doing anything.

Definition in file diff-ignore-changes-test.cpp.

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::diff
 
namespace  lib::diff::test
 
namespace  lib::diff::test::anonymous_namespace{diff-ignore-changes-test.cpp}
 

Classes

class  DiffIgnoreChanges_test
 

Functions

 LAUNCHER (DiffIgnoreChanges_test, "unit common")
 Register this test class...
 

Variables

const GenNode ATTRIB1 ("α", 1)
 
const GenNode ATTRIB2 ("β", int64_t(2))
 
const GenNode ATTRIB3 ("γ", 3.45)
 
const GenNode TYPE_X ("type", "ξ")
 
const GenNode TYPE_Z ("type", "ζ")
 
const GenNode CHILD_A ("a")
 
const GenNode CHILD_B ('b')
 
const GenNode CHILD_T (Time(12, 34, 56, 78))
 
const GenNode SUB_NODE = MakeRec().genNode()
 
const GenNode ATTRIB_NODE = MakeRec().genNode("δ")
 
const GenNode GAMMA_PI ("γ", 3.14159265)