//! ref: composer/tests/Composer/Test/IO/ConsoleIOTest.php // These mock Symfony's InputInterface/OutputInterface/HelperSet (and QuestionHelper) to // drive ConsoleIO; those console abstractions are not ported. #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_is_interactive() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_write() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_write_error() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_write_with_multiple_line_string_when_debugging() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_overwrite() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_ask() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_ask_confirmation() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_ask_and_validate() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_select() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_set_and_get_authentication() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_get_authentication_when_did_not_set() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_has_authentication() { todo!() } #[test] #[ignore = "mocks Symfony Input/Output/HelperSet to drive ConsoleIO; not ported"] fn test_sanitize() { todo!() }