test shim (n)~ A type of test fake that works by introducing a detour to the entry point of methods or properties that are called by a unit under test. The shim is executed instead of the existing code and is under the control of the tests. A shim can be applied to any code even if it was not designed to be isolated during testing.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 58 조회
- 목록
본문
test shim (n)~ A type of test fake that works by introducing a detour to the entry point of methods or properties that are called by a unit under test. The shim is executed instead of the existing code and is under the control of the tests. A shim can be applied to any code even if it was not designed to be isolated during testing.