//! Shared Test Utilities for TUI Tests
//!
//! This module provides common utilities, helpers, and mock backends
//! for TUI component testing. It reduces code duplication and provides
//! consistent testing patterns across all TUI tests.
//!
//! # Modules
//!
//! - `terminal`: Terminal creation and rendering utilities
//! - `keyboard`: Keyboard event creation and simulation
//! - `assertions`: Common test assertions
//! - `fixtures`: Test data fixtures and builders
//! - `mocks`: Mock backends and test doubles
// Re-export commonly used items for convenience
pub use ;
pub use ;
pub use ;
pub use ;