Download List

프로젝트 설명

Delphi/Kylix/FreePascal were lacking a mock
library. The Pascal Mock library enables the easy
creation and use of Mock objects for unit testing,
inspired by the various Java mock object tools.
Mock objects ease unit testing by acting as
replacements for classes that the object being
tested must interact with.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-02-22 07:17
1.1

만약 그들의 반환 값을 설정되었고 쉽게 다른 예외를 이해하는 인상 조롱 기능을 지금 확인하십시오. 모의 검증 실패 메시지가 있기 때문에이 방법의 기대와 일치하지 않습니다 읽기 쉽게 표시됩니다. DUnit와 거의 TMockObjectTestCase를 통해 통합이 추가되었습니다. 정보라는 방법을 지금 CalledMethodByName와 확인을 호출하기 전에 검색할 수있습니다. 능력을 모의하는 방법에 대한 출력 매개 변수 값을 지정에 추가되었습니다. Int64 매개 변수에 대한 지원이 추가되었습니다.
Tags: Minor feature enhancements
Mocked functions now check if their return value was set and raise an easy to understand exception otherwise. The mock verification failure message is easier to read because the method which doesn't match expectations is marked. Minimal integration with DUnit was added through TMockObjectTestCase. Information on a called method can now be retrieved with CalledMethodByName before calling Verify. The ability to specify output parameters values for mock methods was added. Support for Int64 parameters was added.

Project Resources