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