//! Integration tests for Zerobus SDK Wrapper
mod test_rust_api;
mod test_observability;
mod test_debug_files;
mod test_concurrent_access;
mod test_stream_recreation;
mod test_wrapper_lifecycle;
mod test_stream_closure_recovery;
mod test_sdk_reinitialization;
mod test_network_timeouts;
mod test_network_verification;
mod test_quickstart_validation;
mod test_per_row_errors;
mod test_quarantine_workflow;
mod test_error_analysis;
mod test_failure_rate_backoff;