()
| 2066 | |
| 2067 | #[test] |
| 2068 | fn decode_draw_text() { |
| 2069 | check_round_trip_single(Draw::DrawText(FontId(42), "Hello, world".to_string(), 100.0, 200.0)); |
| 2070 | } |
| 2071 | |
| 2072 | #[test] |
| 2073 | fn decode_create_texture() { |
nothing calls this directly
no test coverage detected