Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SSheldon/rust-objc
/ test_class_method
Function
test_class_method
src/declare.rs:333–339 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
331
332
#[test]
333
fn test_class_method() {
334
let cls = test_utils::custom_class();
335
unsafe {
336
let result: u32 = msg_send![cls, classFoo];
337
assert!(result == 7);
338
}
339
}
340
}
Callers
nothing calls this directly
Calls
1
custom_class
Function · 0.85
Tested by
no test coverage detected