MCPcopy Create free account
hub / github.com/cedar-policy/cedar-java / unrecognized_call_fails

Function unrecognized_call_fails

CedarJavaFFI/src/tests.rs:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63#[test]
64fn unrecognized_call_fails() {
65 let result = call_cedar("BadOperation", "");
66 assert_failure(&result);
67}
68
69mod authorization_tests {
70 use super::*;

Callers

nothing calls this directly

Calls 2

call_cedarFunction · 0.85
assert_failureFunction · 0.85

Tested by

no test coverage detected