test shim (n)~ A type of test fake that works by introducing a detour …
페이지 정보
본문
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.