Polypheny-DB
Polypheny-DB copied to clipboard
Added tests for the Rest class of rest-interface.
Summary
Added tests for the Rest class of rest-interface as there were no tests for the class. With a deeper understanding of the system, more tests can be written and refactored.
Fixes: #492
Changes
Changes were made in the RequestParser.Filters class to make the testing possible.
Features
Tests
Can test almost all methods of the Rest class. Handles some corner cases.
ToDo
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)