Creates a mock object for a given type.
Calls matching expectations with passThrough enabled will call equivalent methods of "to" object.
Type of the mock is incompatibile with given type Final, template and virtual methods will be mocked
Use this type of mock to substitute template parameters
See Implementation
Creates a mock object for a given type.
Calls matching expectations with passThrough enabled will call equivalent methods of "to" object.
Type of the mock is incompatibile with given type Final, template and virtual methods will be mocked
Use this type of mock to substitute template parameters