All Versions
25
Latest Version
Avg Release Cycle
134 days
Latest Release
1943 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.0.0 Changes
06 Sep 2013
This release adopts Semantic Versioning (http://semver.org). Thanks to: Jens Nerup
๐ New dependencies:
- Requires OCHamcrest 3.0.0.
๐ Features:
- โ Added support for XCTest. Special thanks to Richard Clem for testing
- โ Added ability to match block arguments. Supported matchers:
anything()
nilValue()
notNilValue()
sameInstance()
- โ Added
-description
to mock objects to help when debugging.
-
v0.23 Changes
23 Nov 2012
- Added
atLeast(count)
andatLeastOnce()
forverifyCount()
. Thanks to: Markus Gasser - Handle Class as both argument type and return type. Thanks to: David Hart
- Added support for
-isKindOfClass:
to object mocks. Thanks to: Tim Pesce - No more need to specify "Other Linker Flags"! Depending on your project, you may be able to
eliminate:
-lstdc++
-ObjC
- โ Converted source, tests, and examples to ARC
- Added
-
v0.22 Changes
18 Mar 2012
- Added
mockClass(โฆ)
which mocks a class object. Thanks to: David Hart - โ Added
mockObjectAndProtocol(Class, Protocol)
which mocks an object of a given class that also implements a given protocol. Thanks to: Kevin Lundberg
- Added
-
v0.21 Changes
09 Mar 2012
- โ Added
mockProtocol(โฆ)
which mocks an object implementing a given protocol. given(โฆ)
now supports methods returning float or double. Thanks to: Markus Gasser- ๐คก
verify(โฆ)
andverifyCount(โฆ)
check that argument is a mock object. - Eliminated
givenPreviousCall
. - ๐ Changed build configuration to Debug during initial development.
- โ Added
-
v0.1 Changes
๐ 24 Nov 2011 prerelease