()
| 625 | |
| 626 | #[test] |
| 627 | fn test_mock_agent_detect_presence_true() { |
| 628 | let agent = MockAgent::new("test").with_presence(true); |
| 629 | assert!(agent.detect_presence(Path::new("/tmp"))); |
| 630 | } |
| 631 | |
| 632 | #[test] |
| 633 | fn test_mock_agent_hook_verbs() { |
nothing calls this directly
no test coverage detected