Class XmlObjectUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationservices.util.XmlObjectUnitTest
-
@UnitTest public class XmlObjectUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XmlObjectUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreateFromClosedInputStream()voidtestCreateFromEmptyInputStream()voidtestCreateFromInputStreamContainingMalformedXml()voidtestCreateFromMalformedXml()voidtestCreateFromValidInputStream()voidtestCreateFromValidXml()voidtestGetExistingPath()voidtestGetExistingPathContainingNumber()voidtestGetInvalidPath()voidtestGetNonExistentPath()voidtestGetPathWithMultipleMatches()
-
-
-
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()
-
-