Lines Matching full:added
26 * Added feature to explicitly disable a partial mock
36 * Added feature to explicitly reject methods on nice mocks (thanks to Heath Borders)
41 * Added feature to forward method to real object from partial mock (thanks to Marco Sandrini)
58 * Added a new target to build a static library for iOS use
69 * Added block constraints and invocation handler (thanks to Justin DeWind)
93 * Added feature that allows to verify expectations are called in sequence.
104 * Added support for calling arbitrary methods when stubbed methods are invoked.
109 * Added support for posting notifications (based on Jean-Francois Dontigny's code)
124 * Added partial mocks (calls to the original object reference cannot be mocked)
134 * Added inital support for mock observers (loosely based on Dave Dribbin's idea)
144 * Added pass by ref argument setters
154 * Added support for respondsToSelector (Dave Dribin)
155 * Added constraint for any pointer
166 * Added optional integration with hamcrest for constraints
181 * Added support for void* parameters (Tuukka Norri)
192 * Added a simple constraint implementation.
203 * Added nice mocks, i.e. mocks that don't raise on unknown methods (Mark Thomas)
210 * Added possibility to throw an exception, based on code by Justin DeWind
212 * Added Evan Doll's bugfix, which forwards conformsToProtocol: methods when necessary
214 * Added the ability to match struct arguments, based on code contributed by Daniel Eggert
218 * Added the ability to create multiple identical expectations on the mock object (Jeremy Higgs)
220 * Added the ability to mock out nil arguments (Jeremy Higgs)
225 * Added slightly modified version of Jon Reid's contribution, which adds the possibility to stub
228 * Added Jon Reid's bugfix that prevents a crash when trying to stub an unknown method on a
239 * Added XCdoe 2.1 project
244 * Added Richard Clark's contribution, which provides support for scalar arguments.
249 * Added support for mocking formal protocols