()
| 232 | |
| 233 | #[test] |
| 234 | fn test_log_with_format() { |
| 235 | let log = Log::new().with_format(LogFormat::Oneline); |
| 236 | assert_eq!(log.format, LogFormat::Oneline); |
| 237 | } |
| 238 | |
| 239 | #[test] |
| 240 | fn test_log_with_reverse() { |
nothing calls this directly
no test coverage detected