[][src]Crate mockall_examples

Examples of mock objects and their generated methods.

This crate only exists to document the autogenerated methods of the Mockall crate. You should never depend on this crate.

Modules

mock_a_module

Mock version of the a_module module

mock_ffi

Structs

MockBoo

structs can be mocked with mock!

MockFoo

A basic trait with several kinds of method.

Traits

Bah

A trait implemented by a Struct we want to mock

Foo

A basic trait with several kinds of method.

Functions

ffi_func

A foreign "C" function