MockCommon

Mixin for test behavior

Members

Functions

expectCalled
void expectCalled(auto ref V values)

Used to assert function call once

expectCalled
void expectCalled(auto ref V values)

Used to assert function call many counts

expectNotCalled
void expectNotCalled(auto ref V values)

Used to assert function not call

Meta