()
| 1127 | |
| 1128 | #[test] |
| 1129 | fn test_empty_conflict_sides() { |
| 1130 | let sides: Vec<ConflictPath> = vec![]; |
| 1131 | let elem = PathElement::conflict(sides); |
| 1132 | assert!(elem.is_conflict()); |
| 1133 | } |
| 1134 | |
| 1135 | #[test] |
| 1136 | fn test_path_with_only_conflicts() { |
nothing calls this directly
no test coverage detected