Class XmlObjectUnitTest

java.lang.Object
de.hybris.platform.integrationservices.util.XmlObjectUnitTest

@UnitTest public class XmlObjectUnitTest extends Object
  • Constructor Details

    • XmlObjectUnitTest

      public XmlObjectUnitTest()
  • Method Details

    • testCreateFromValidInputStream

      public void testCreateFromValidInputStream() throws IOException
      Throws:
      IOException
    • testCreateFromClosedInputStream

      public void testCreateFromClosedInputStream() throws IOException
      Throws:
      IOException
    • testCreateFromEmptyInputStream

      public void testCreateFromEmptyInputStream() throws IOException
      Throws:
      IOException
    • testCreateFromInputStreamContainingMalformedXml

      public void testCreateFromInputStreamContainingMalformedXml() throws IOException
      Throws:
      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()