()
| 89 | |
| 90 | #[test] |
| 91 | fn test_options_context_lines() { |
| 92 | let opts = RecordOptions::new().context_lines(5); |
| 93 | assert_eq!(opts.get_context_lines(), 5); |
| 94 | } |
| 95 | |
| 96 | #[test] |
| 97 | fn test_options_view() { |
nothing calls this directly
no test coverage detected