MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_draw_logo_origin_and_unscaled

Function test_draw_logo_origin_and_unscaled

repl/src/logo.rs:133–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 4

draw_logoFunction · 0.85
consoleMethod · 0.80
verifyMethod · 0.80
hide_cursorMethod · 0.45

Tested by

no test coverage detected