()
| 909 | |
| 910 | #[test] |
| 911 | fn test_empty_conflict_sides() { |
| 912 | let sides: Vec<ConflictPath> = vec![]; |
| 913 | let elem = PathElement::conflict(sides); |
| 914 | assert!(elem.is_conflict()); |
| 915 | } |
| 916 | |
| 917 | #[test] |
| 918 | fn test_path_with_only_conflicts() { |
nothing calls this directly
no test coverage detected