()
| 626 | |
| 627 | #[test] |
| 628 | fn test_builder_validate_ordering() { |
| 629 | let options = ApplyOptions::builder().validate_ordering(false).build(); |
| 630 | assert!(!options.validate_ordering()); |
| 631 | } |
| 632 | |
| 633 | #[test] |
| 634 | fn test_builder_validate_references() { |
nothing calls this directly
no test coverage detected