test stub (n)~ A type of test fake that is an alternative implementation of an interface or class that is called by a unit under test. The test stub is under the control of the unit tests. Designing a system so that its parts can be replaced by test stubs results in more flexible code.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 49 조회
- 목록
본문
test stub (n)~ A type of test fake that is an alternative implementation of an interface or class that is called by a unit under test. The test stub is under the control of the unit tests. Designing a system so that its parts can be replaced by test stubs results in more flexible code.