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

A separate DomTester module #38

Closed jferard closed 7 years ago

jferard commented 7 years ago

The DomTester class provides different tests for XML code equivalence. It is implemented in test dir and it is not so simple. Perhaps a separate module would be better ?

The name of the module would be : fastods-testlib (like in Guava), in a mutlimodule structure:

fastods/fastods/... <- current module without DomTester
fastods/fastods-testlib/... <- DomTester
jferard commented 7 years ago

Needs to handle benchmarks too.