Closed jgallagher59701 closed 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.
Issues
0 New issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
D4ConstraintEvaluator unit tests - WIP