I've coded a custom jmock action that just stores away a complicated bean, and then later on I use conventional JUnit assertions to validate it.
Is there a straightforward means in JMock expectations to assert the values returned from several getters called on an object passed to a function of the mocked interface?