()
| 560 | |
| 561 | #[test] |
| 562 | fn draw_sphere_works() { |
| 563 | let mut surf = Surface::new(); |
| 564 | surf.draw_sphere(&[0.0, 0.0, 0.0], 1.0, 2, 2).unwrap(); |
| 565 | assert!(surf.get_buffer().len() > 0); |
| 566 | } |
| 567 | } |
nothing calls this directly
no test coverage detected