AKSW / RDFUnit

An RDF Unit Testing Suite
http://RDFUnit.aksw.org
Apache License 2.0
150 stars 42 forks source link

Code cleanup, dependencies bumped, and a new CLI #106

Closed mgns closed 3 years ago

mgns commented 3 years ago

Description

This is the sorted update of the last pr featuring a new CLI based on picocli, a generate test cases option, quite a bit code cleanup, updated dependencies, and minor stuff.

Motivation and Context

I needed to simply generate test cases and then one came to another. I used Google CodeStyle as it is default in IntelliJ 2018.2 for Java and XML files.

How Has This Been Tested?

Builds and existing tests are not failing, in use already.

Screenshots (if appropriate):

Types of changes

Checklist:

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-2.0%) to 52.389% when pulling 083e68ec7d0d81e7d879599efac0703bbf31c45f on mgns:feature/newCli into c5536bb288a941c3279b14ec252159c723b7dac4 on AKSW:master.

jimkont commented 3 years ago

looks great! thanks a lot @mgns !!!

jimkont commented 3 years ago

is it ready to be merged?