jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Make tests quiet #92

Closed jferard closed 6 years ago

jferard commented 6 years ago

Here's an example output:

Running com.github.jferard.fastods.testlib.DomTesterTest
janv. 21, 2018 5:39:48 PM com.github.jferard.fastods.testlib.SortedChildrenTester childrenEquals
INFOS: Different children [b: null] vs [c: null]
janv. 21, 2018 5:39:48 PM com.github.jferard.fastods.testlib.SortedChildrenTester childrenEquals
INFOS: Different children [b: null] vs [c: null]
janv. 21, 2018 5:39:48 PM com.github.jferard.fastods.testlib.SortedChildrenTester childrenEquals
INFOS: Different children [b: null] vs [c: null]
janv. 21, 2018 5:39:48 PM com.github.jferard.fastods.testlib.SortedChildrenTester childrenEquals
INFOS: Different children [b: null] vs [c: null]
janv. 21, 2018 5:39:48 PM com.github.jferard.fastods.testlib.SortedChildrenTester childrenEquals
INFOS: Different children [b: null] vs [c: null]
janv. 21, 2018 5:39:48 PM com.github.jferard.fastods.testlib.SortedChildrenTester childrenEquals
INFOS: Different children [b: null] vs [c: null]
[Fatal Error] :1:21: The element type "a" must be terminated by the matching end-tag "</a>".
janv. 21, 2018 5:39:48 PM com.github.jferard.fastods.testlib.DomTester equals
GRAVE: can't test equality between <a b="1" c="2"/> and <a b="1" c="2">
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 21; The element type "a" must be terminated by the matching end-tag "</a>".
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
    at com.github.jferard.fastods.testlib.DomTester.stringEquals(DomTester.java:104)
    at com.github.jferard.fastods.testlib.DomTester.equals(DomTester.java:84)
    at com.github.jferard.fastods.testlib.DomTester.equals(DomTester.java:74)
    at com.github.jferard.fastods.testlib.DomTesterTest.testBadFormat(DomTesterTest.java:119)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
    at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
    at org.junit.rules.RunRules.evaluate(RunRules.java:20)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)