Polypheny-DB icon indicating copy to clipboard operation
Polypheny-DB copied to clipboard

Added tests for the Rest class of rest-interface.

Open muaz-32 opened this issue 2 years ago • 0 comments

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)

muaz-32 avatar Apr 16 '24 10:04 muaz-32