Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
64
fn unrecognized_call_fails() {
65
let result = call_cedar(
"BadOperation"
,
""
);
66
assert_failure(&result);
67
}
68
69
mod authorization_tests {
70
use super::*;
Callers
nothing calls this directly
Calls
2
call_cedar
Function · 0.85
assert_failure
Function · 0.85
Tested by
no test coverage detected