Namespace namespace = (Namespace) object;
log("Parent node: " + namespace.getParent());
assertTrue("Results should support the parent relationship",
namespace.supportsParent());
assertTrue(
"Results should contain reference to the parent element",
namespace.getParent() != null);
assertTrue("Results should contain reference to the document",
namespace.getDocument() != null);