|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.xml.CopyReaderTest
public class CopyReaderTest
Tests CopyReader
.
Constructor Summary | |
---|---|
CopyReaderTest() |
Method Summary | |
---|---|
void |
charsOnly() Tests a fragment that contains only characters. |
void |
oneElement() Tests a fragment that contains one element. |
void |
setUp() Sets up the test environment. |
void |
subElements() Tests a fragment that contains elements within a fragment that starts with text. |
void |
subElementsWhitspaces() Tests a fragment that contains elements within a fragment that starts with a whitespace text. |
void |
tearDown() Tears down the test environment. |
void |
tree() Tests a fragment that contains an element tree. |
void |
treeWhitespaces() Tests a fragment that contains an element tree, but starts with whitespaces. |
void |
treeWithAttributes() Tests a fragment that contains elements with attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyReaderTest()
Method Detail |
---|
public void setUp() throws Exception
Exception
- on any problem encountered.
public void tearDown() throws Exception
Exception
- on any problem encountered.
public void charsOnly() throws XMLStreamException
XMLStreamException
- never.
public void oneElement() throws XMLStreamException
XMLStreamException
- never.
public void subElements() throws XMLStreamException
XMLStreamException
- never.
public void subElementsWhitspaces() throws XMLStreamException
XMLStreamException
- never.
public void tree() throws XMLStreamException
XMLStreamException
- never.
public void treeWhitespaces() throws XMLStreamException
XMLStreamException
- never.
public void treeWithAttributes() throws XMLStreamException
XMLStreamException
- never.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |