What is Mocking?

前端 未结 8 1257
遥遥无期
遥遥无期 2020-11-22 03:15

What is Mocking?                                                                                                    .

8条回答
  •  不要未来只要你来
    2020-11-22 04:08

    I would think the use of the TypeMock isolator mocking framework would be TypeMocking.

    It is a tool that generates mocks for use in unit tests, without the need to write your code with IoC in mind.

提交回复
热议问题