What is Quidem UT
masterQuidem UT is a module designed to enable easy writing of SQL-level tests. It allows developers to write tests against existing test backends via a ComponentSupplier.
Key capabilities include:
- Test Capture Mode: Captures real-world Druid usage from external tools. These captured tests can be validated later to ensure results remain consistent, acting as an early warning system for regressions.
- Backend Integration: Tests can be moved closer to the exercised code by utilizing existing
ComponentSupplierimplementations.