0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update hamcrest submodule version More... almost 14 years ago
use public url to fetch submodule More... almost 14 years ago
add required linker flags to readme More... almost 14 years ago
basic install steps More... almost 14 years ago
Update build target to use submodule for hamcrest, export headers when building static lib. More... almost 14 years ago
Use isEqual: instead of isEqualTo: More... almost 14 years ago
Use objc/runtime instead of objc/objc-runtime for iPhone OS compatibility. More... almost 14 years ago
Add submodule for hamcrest-objectivec-iPhone More... almost 14 years ago
Add gitignore More... almost 14 years ago
Use "#if NS_BLOCKS_AVAILABLE" to check for blocks support. "MAC_OS_X_VERSION_10_6" might be defined without necessarily providing blocks (when building iPhone apps on a 10.6 system). More... almost 14 years ago
README More... almost 14 years ago
Added block constraints and invocation handler More... about 14 years ago
Various fixes. Snow Leopard compatibility. Upgraded to latest hamcrest. More... over 14 years ago
OnCall methods now have same signature as replaced ones. More... over 14 years ago
Fixed possible retain bug. More... over 14 years ago
Can check sequence. Better stripping of return type qualifiers. More... over 14 years ago
Fixed bug that caused crash when using method swizzling with void return type. More... over 14 years ago
Some long overdue refactorings. More... almost 15 years ago
Added support for calling arbitrary methods when stubbed methods are invoked. More... almost 15 years ago
Added support for posting notifications. More... almost 15 years ago
Reordered some tests. More... almost 15 years ago
Fixed bug around complex type encodings. More... almost 15 years ago
Partial mocks now work on object reference and self. Sorry for also changing the section headers in the same commit. More... almost 15 years ago
Some clean up. More... almost 15 years ago
Added partial mocks (calls to the original object reference cannot be mocked yet) More... about 15 years ago
Mock observers now handle user infos on notifications. More... about 15 years ago
Changed garbage collection flag to "supports". More... about 15 years ago
Added some tests to clarify mock observer behaviour. More... about 15 years ago
Added inital support for mock observers More... about 15 years ago
Moved factory methods from OCMConstraint to OCMArg More... about 15 years ago