()
| 447 | |
| 448 | #[test] |
| 449 | fn test_name_and_display() { |
| 450 | let hook = make_hook(); |
| 451 | assert_eq!(hook.name(), "grok"); |
| 452 | assert_eq!(hook.display_name(), "Grok Build"); |
| 453 | } |
| 454 | |
| 455 | #[test] |
| 456 | fn test_supported_hooks_and_verbs() { |
nothing calls this directly
no test coverage detected