hedera-mirror-node
hedera-mirror-node copied to clipboard
Support remaining basic specs
Problem
Implement remaining single-entity builds and all multiple-entity builders and run specs to verify they work.
Solution
Features
- Implement additional entity builders to create, customize and persist remaining test DB entities.
- Verify API response headers defined in a spec.
- Can load JSON spec files from
hedera-mirror-rest/src/test/resources/specswith arbitrary depths - Verify all specs not dependent on
matrixorsetup.features.fakeTimeto pass.
Alternatives
No response