String undefinedName = NodeTypeUtil.getUndefinedChildNodeName(nodeType);
assertTrue("NodeType.canAddChildNode(String childNodeName, String nodeTypeName) " +
"must return true for a not defined childNodeName if nodeTypeName " +
"matches the type of a residual child node def",
nodeType.canAddChildNode(undefinedName, type));
}
/**
* Tests if <code>NodeType.canAddChildNode(String childNodeName, String nodeTypeName)</code>
* returns false if <code>childNodeName</code> does not match the <code>NodeDef</code>