A class through which one creates mock objects and manages expectations about calls to their methods.
Mocks the type T.
Stubs the type T.
Verifies that certain expectation requirements were satisfied.
Mocker $(D_PSYMBOL Options).
$(D_PSYMBOL Mocker), $(D_PSYMBOL CustomMocker).
See Implementation
A class through which one creates mock objects and manages expectations about calls to their methods.