fn test_output()

in src/superconsole.rs [236:241]


        fn test_output(&self) -> anyhow::Result<&TestOutput> {
            self.output
                .as_any()
                .downcast_ref()
                .context("Downcast failed")
        }