Class XmlObjectUnitTest
java.lang.Object
de.hybris.platform.integrationservices.util.XmlObjectUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
XmlObjectUnitTest
public XmlObjectUnitTest()
-
-
Method Details
-
testCreateFromValidInputStream
- Throws:
IOException
-
testCreateFromClosedInputStream
- Throws:
IOException
-
testCreateFromEmptyInputStream
- Throws:
IOException
-
testCreateFromInputStreamContainingMalformedXml
- 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()
-