OPENDAP / libdap4

A new version of libdap that contains both DAP2 and DAP4 support
GNU Lesser General Public License v2.1
13 stars 14 forks source link

D4ce unit tests #242

Closed jgallagher59701 closed 9 months ago

jgallagher59701 commented 9 months ago

D4ConstraintEvaluator unit tests - WIP

jgallagher59701 commented 9 months ago

In this PR I removed C-style assert() statements that result in program termination with exceptions or nothing, as needed (some of the tests were used only in development).

I also wrote some unit tests for the D4ConstriantEvaluator class. It's not a complete set of tests, but I demonstrate the use of a 'mock' class in unit testing.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud