| org.columba.core.xml.XmlIOTest
XmlIOTest | public class XmlIOTest extends TestCase (Code) | | author: Erik Mattsson |
Method Summary | |
public void | testReadInputStream() Test the load(InputStream) method. | public void | testXmlElement() Test for writing a Xml Element that has been passed in the constructor XmlIO(XmlElement). |
testReadInputStream | public void testReadInputStream()(Code) | | Test the load(InputStream) method.
|
testXmlElement | public void testXmlElement() throws IOException(Code) | | Test for writing a Xml Element that has been passed in the constructor XmlIO(XmlElement).
throws: IOException - thrown if the test fails. |
|
|