()
| 428 | |
| 429 | #[test] |
| 430 | fn test_detect_moves_builder() { |
| 431 | let opts = WorkflowOptions::new().with_detect_moves(false); |
| 432 | assert!(!opts.detect_moves()); |
| 433 | } |
| 434 | |
| 435 | #[test] |
| 436 | fn test_detect_encoding_builder() { |
nothing calls this directly
no test coverage detected