()
| 65 | |
| 66 | #[test] |
| 67 | fn test_options_default_encoding() { |
| 68 | let opts = RecordOptions::new().with_default_encoding(Encoding::Binary); |
| 69 | assert_eq!(opts.default_encoding(), Encoding::Binary); |
| 70 | } |
| 71 | |
| 72 | #[test] |
| 73 | fn test_options_max_file_size() { |
nothing calls this directly
no test coverage detected