Testsuite: org.simpleframework.xml.stream.NodeWriterTest
Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.048 sec
------------- Standard Output ---------------
I am a child of the child-of-root element and a grand child of the root element
I am a sibling to child-of-root
this element is a child of root
some value for first child
test valuesome value for second child
some text for grand-child
------------- ---------------- ---------------
------------- Standard Error -----------------
org.simpleframework.xml.stream.NodeException: No root node
at org.simpleframework.xml.stream.OutputDocument.commit(OutputDocument.java:332)
at org.simpleframework.xml.stream.NodeWriterTest.testEarlyCommit(NodeWriterTest.java:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
------------- ---------------- ---------------
Testcase: testEarlyCommit took 0.018 sec
Testcase: testBasicWrite took 0.02 sec
Testcase: testWrite took 0.002 sec
Testcase: testDirectory took 0 sec