View Source EfxCase.Mock (Efx v0.2.1)
Internal logic of a mocked behaviour. This module is meant to make handling a mock, counting the calls, finding the right mocked function, calling the mocked function, etc... more convenient.
A mock consists of the following:
- a list of mocked functions
Summary
Types
@type t() :: %EfxCase.Mock{mocked_funs: [EfxCase.Mock.MockedFun.t()] | nil}