([[filing-web/mocks-arent-stubs.md|Mocks Aren’t Stubs]]) Mock objects jMock EasyMock uses a record/replay metaphor for setting expectations. Model: System under test In this situation Order is the object that we are focused on testing. Testing-oriented people like to use terms like object-under-test or system-under-test to name such a thing. Either term is an ugly mouthful to say, but as it’s a widely accepted term I’ll hold my nose and use it. Following Meszaros I’ll use System Under Test, or rather the abbreviation SUT. [[model-5-kinds-of-test-doubles.md|Model_ 5 kinds of test doubles]]