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