eclipse / jnosql

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

Increase the test covery at the Repository specializations [BUG] #434

Closed otaviojava closed 1 year ago

otaviojava commented 1 year ago

Which JNoSQL project does the issue refer to?

JNoSQL (Databases)

Bug description

Currently, at the NoSQL database, we have several specializations of the Repository; however, the test code needs to be better, and we only test the specialization instead of pushing the whole compatibility behavior that we have at PageableRepository.

The goal is to increase the test on those specializations:

JNoSQL Version

JNoSQL version

Expected Results

Increase the tests on those specializations.