@UnitTest public class XmlObjectUnitTest extends java.lang.Object
| Constructor and Description |
|---|
XmlObjectUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCreateFromClosedInputStream() |
void |
testCreateFromEmptyInputStream() |
void |
testCreateFromInputStreamContainingMalformedXml() |
void |
testCreateFromMalformedXml() |
void |
testCreateFromValidInputStream() |
void |
testCreateFromValidXml() |
void |
testGetExistingPath() |
void |
testGetExistingPathContainingNumber() |
void |
testGetInvalidPath() |
void |
testGetNonExistentPath() |
void |
testGetPathWithMultipleMatches() |
public void testCreateFromValidInputStream()
throws java.io.IOException
java.io.IOExceptionpublic void testCreateFromClosedInputStream()
throws java.io.IOException
java.io.IOExceptionpublic void testCreateFromEmptyInputStream()
throws java.io.IOException
java.io.IOExceptionpublic void testCreateFromInputStreamContainingMalformedXml()
throws java.io.IOException
java.io.IOExceptionpublic void testCreateFromValidXml()
public void testCreateFromMalformedXml()
public void testGetExistingPath()
public void testGetExistingPathContainingNumber()
public void testGetNonExistentPath()
public void testGetPathWithMultipleMatches()
public void testGetInvalidPath()
Copyright © 2018 SAP SE. All Rights Reserved.