@Test
 public void testBuilding() {
   System.out.println("--- Building a test schema --- \n" + root.toString(true));
   assertNotNull("Sigh! Initialization wasn't unable to create a test schema", root);
 }