//! Builder pattern implementations for creating mock metadata objects
//!
//! This module contains fluent API builders for creating various .NET metadata
//! structures used in testing. Each builder provides a clean, composable way
//! to construct mock objects with realistic data.
// Private sub-modules - public interface is through parent test module
// Re-export all builders for use by parent module
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;