0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ruby objects now have support for class members More... over 16 years ago
Added very basic support for describing static members. Moved CLR specific implementations to their own folder so it becomes optional to use the clr support. require 'caricature'; require 'caricature/clr' More... over 16 years ago
Added type descriptors for easy adding new platform support later. More... over 16 years ago
Added specs for the messenger implementations More... over 16 years ago
Added specs for the messenger implementations More... over 16 years ago
Moved recording method calls into the Isolation class More... over 16 years ago
Moved method invocation to a separate Messenger class structure More... over 16 years ago
Made isolation to be the central point for isolation related operations More... over 16 years ago
Added an isolation context in addition to an isolator context. This allows for more flexible evolution of caricature More... over 16 years ago
moved the parameters for an isolation strategy to a context object so it becomes more flexible More... over 16 years ago
Renamed factory method on an isolator from for to isolate More... over 16 years ago
Renamed factory method on an isolator from for to isolate More... over 16 years ago
Changed the gemspec to include a better description More... over 16 years ago
bumped version number and regenerated rdoc documentation More... over 16 years ago
Added integration specs for Ruby to Ruby interaction. More... over 16 years ago
Added CLR to ruby integration specs More... over 16 years ago
Some documentation updates More... over 16 years ago
Renamed when_told_to to when_receiving and was_told_to? to did_receive? More... over 16 years ago
Added the bin folder in the spec. making the rake command build and run the specs More... over 16 years ago
Added the generated rdoc documentation to the repo More... over 16 years ago
Added integration specs for CLR instances and some documentation More... over 16 years ago
Added integration specs for mocking CLR classes More... over 16 years ago
Added integration specs for mocking CLR classes More... over 16 years ago
added some integration specs for clr interfaces More... over 16 years ago
Towards 1.0.. more integration tests needed More... over 16 years ago
The specs fail but it does actually work More... over 16 years ago
CLR stuff should work now for instance methods. Ruby stuff is still broken More... over 16 years ago
CLR stuff should work now for instance methods. Ruby stuff is still broken More... over 16 years ago
Now really creating CLR compatible proxies that work against the CLR, Ruby objects and CLR classes broken More... over 16 years ago
Implements null object style of mocking. everything is now truly stubbed by default More... over 16 years ago