OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Enhance @require annotation functionality #108

Closed smalers closed 3 years ago

smalers commented 3 years ago

The #@require comment annotations have proved useful for managing automated tests. There is a need to enhance the features to be more granular and flexible, for example to be able to check the database version and contents, specific to a datastore.

smalers commented 3 years ago

I enhanced the @require functionality to delegate the checks fully to each datastore in order to allow check on version and other properties. I also fixed a number of longstanding issues that impacted automated testing, including:

Close the issue.