Newbie question ...
Is it possible to use jMock to generate test stubs, as apposed to mocks ... I'm not interested in verifying the behaviour using a mock object, but am wanting jMock to dynamically generate the stub to return canned values from method calls.
Is this possible with jMock?