👎Deprecated since 0.9.0: Using automock directly on an extern block is deprecated. Instead, wrap the extern block in a module, and automock that, like #[automoock] mod ffi { extern “C” { fn foo … } }
Modules§
- __
ffi_ func Deprecated
Functions§
- checkpoint
Deprecated - Verify that all current expectations for every function in this module are satisfied and clear them.
- ffi_
func ⚠Deprecated - A foreign “C” function.
- ffi_
func_ context Deprecated - Create a
Context
for mocking theffi_func
method