Class XmlObjectUnitTest


  • @UnitTest
    public class XmlObjectUnitTest
    extends java.lang.Object
    • Constructor Detail

      • XmlObjectUnitTest

        public XmlObjectUnitTest()
    • Method Detail

      • testCreateFromValidInputStream

        public void testCreateFromValidInputStream()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testCreateFromClosedInputStream

        public void testCreateFromClosedInputStream()
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • testCreateFromEmptyInputStream

        public void testCreateFromEmptyInputStream()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testCreateFromInputStreamContainingMalformedXml

        public void testCreateFromInputStreamContainingMalformedXml()
                                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • testCreateFromValidXml

        public void testCreateFromValidXml()
      • testCreateFromMalformedXml

        public void testCreateFromMalformedXml()
      • testGetExistingPath

        public void testGetExistingPath()
      • testGetExistingPathContainingNumber

        public void testGetExistingPathContainingNumber()
      • testGetNonExistentPath

        public void testGetNonExistentPath()
      • testGetPathWithMultipleMatches

        public void testGetPathWithMultipleMatches()
      • testGetInvalidPath

        public void testGetInvalidPath()