()
| 113 | |
| 114 | #[test] |
| 115 | fn test_options_save_to_store() { |
| 116 | let opts = RecordOptions::new().save_to_store(false); |
| 117 | assert!(!opts.get_save_to_store()); |
| 118 | } |
| 119 | |
| 120 | #[test] |
| 121 | fn test_options_builder_chain() { |
nothing calls this directly
no test coverage detected