import { createXmlRoundRobinTest } from "https://deno.land/x/docxml@5.5.1/src/utilities/tests.ts";
Creates a small test suite to assert that an object can succesfully be parsed from XML, serialized to XML again and then parses a 2nd time to the same object as before.
Succeeding this test means the two functions convert back-and-forth without loss of information.
Parameters
fromNode: (n: Node | null) => ObjectShape
toNode: (n: ObjectShape) => Node | null