()
| 213 | |
| 214 | #[test] |
| 215 | fn predicates_have_prefix() { |
| 216 | for pred in all_predicates() { |
| 217 | assert!(pred.contains(':'), "Predicate '{}' missing prefix", pred); |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | #[test] |
| 222 | fn unknown_predicate_rejected() { |
nothing calls this directly
no test coverage detected