TestClass

Testing custom YAML class type.

version(unittest)
class TestClass {
int x;
int y;
int z;
}

Meta