Skip navigation.

Floehopper's blog

Java mocking without dependency injection

Mock Objects
Interesting article about using bytecode manipulation to mock dependencies.

Mocha - a new twist on mocking in Ruby

Mock Objects | ruby
Mocha is a library for mocking and stubbing within tests using a syntax like that of JMock and SchMock. The main difference between this mocking library and others like FlexMock and RSpec is that it allows you to mock and stub methods on real (non-mock) classes and instances.
XML feed