Mocker.mockFinalPassTo

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

class Mocker
MockedFinal!T
mockFinalPassTo
(
T
)
(
T to
)

Meta