dyaml.test.constructor

Members

Classes

TestClass
class TestClass

Testing custom YAML class type.

Functions

constructAliasesCDumperBug
Node[] constructAliasesCDumperBug()

Test cases:

pair
Node.Pair pair(A a, B b)

Construct a pair of nodes with specified values.

testConstructor
void testConstructor(string dataFilename, string codeDummy)

Constructor unittest.

Structs

TestStruct
struct TestStruct

Testing custom YAML struct type.

Variables

expected
Node[][string] expected;

Expected results of loading test inputs.

Meta