()
| 561 | |
| 562 | #[test] |
| 563 | fn test_mock_agent_detect_presence_true() { |
| 564 | let agent = MockAgent::new("test").with_presence(true); |
| 565 | assert!(agent.detect_presence(Path::new("/tmp"))); |
| 566 | } |
| 567 | |
| 568 | #[test] |
| 569 | fn test_mock_agent_hook_verbs() { |
nothing calls this directly
no test coverage detected