Using the mocking framework has the following limitations:
- Mock setups can only be inside a
FUNCTIONorMETHODtagged with the pragma{Test}. - Mocks of object-oriented function blocks can only mock the whole block. Mocking methods declared inside that block is not possible.