()
| 131 | |
| 132 | #[test] |
| 133 | fn test_draw_logo_origin_and_unscaled() { |
| 134 | let mut test = SdlTest::default(); |
| 135 | test.console().hide_cursor().unwrap(); |
| 136 | draw_logo(test.console(), PixelsXY::new(0, 0), None).unwrap(); |
| 137 | test.verify("repl/src", "logo-unscaled"); |
| 138 | } |
| 139 | |
| 140 | #[test] |
| 141 | fn test_draw_logo_transported_and_scaled() { |
nothing calls this directly
no test coverage detected