()
| 987 | |
| 988 | #[test] |
| 989 | fn test_options_include_hidden() { |
| 990 | let opts = TreeCollectOptions::new().include_hidden(false); |
| 991 | |
| 992 | assert!(!opts.include_hidden); |
| 993 | } |
| 994 | |
| 995 | #[test] |
| 996 | fn test_options_max_depth() { |
nothing calls this directly
no test coverage detected