Created: Oct 12, 2003 Copyright: Copyright (c) 2003 Assumptions: none Requires: nothing Required by: nothing Revision History:
Example:
Conventions:
389390391392393394395396397398399
*/ public void testEmptyXml() { CharArrayWriter output = new CharArrayWriter(); assertNotNull(output); TestHelperEmpty empty = new TestHelperEmpty(); assertNotNull(empty); Diff myDiff = null; try { XmlWriter xmlWriter = new XmlWriter(output);