()
| 593 | |
| 594 | #[test] |
| 595 | fn test_mock_agent_detect_presence_true() { |
| 596 | let agent = MockAgent::new("test").with_presence(true); |
| 597 | assert!(agent.detect_presence(Path::new("/tmp"))); |
| 598 | } |
| 599 | |
| 600 | #[test] |
| 601 | fn test_mock_agent_hook_verbs() { |
nothing calls this directly
no test coverage detected