pub fn test_root() -> CapRootExpand description
Creates a capability root for testing. Bypasses the singleton check.
Available in debug/test builds only (#[cfg(debug_assertions)]).
Cannot be enabled in release builds — there is no feature flag.
Can be called multiple times without panicking — essential for parallel tests.