//! Integration tests for InMemory storage backends using the storage test harness.
//!
//! Invokes `data_service_tests!`, `link_service_tests!`, and `rest_integration_tests!`
//! to validate that InMemory storage backends fully conform to their contracts.
use *;
use ;
data_service_tests!;
link_service_tests!;
rest_integration_tests!;