eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Test coverage improvement #329

Closed dearrudam closed 1 year ago

dearrudam commented 1 year ago

Added tests and refactored code to improve the project test coverage;

dearrudam commented 1 year ago

@otaviojava, could you review this PR?

dearrudam commented 1 year ago

@otaviojava, could I make the ParamValue.isEmpty() method a private one? I'm saying that because the ParamValue class is a protected class and I didn't find out any classes in the same package using this method. Could I do it?