()
| 612 | |
| 613 | #[test] |
| 614 | fn test_protocols() { |
| 615 | // Ensure that a protocol has been registered on linux |
| 616 | let _ = test_utils::custom_protocol(); |
| 617 | |
| 618 | let protocols = Protocol::protocols(); |
| 619 | assert!(protocols.len() > 0); |
| 620 | } |
| 621 | |
| 622 | #[test] |
| 623 | fn test_object() { |
nothing calls this directly
no test coverage detected