Releases: dionisiydk/Mocketry
Releases · dionisiydk/Mocketry
StateSpecs and Ghost updates
v4.0.8 Ghost is updated for recent StateSpecs
Validation of the process where message was sent
1). New expression to validate the process where message was sent:
mock should receive someMessage
inProcessWhich name should equal: 'MyProcessName'
- StateSpecs is updated
- cleanup of unused variables in tests
Fix class stubbing for Pharo 7
It updates version of Ghost which brings required Pharo 7 support
StateSpecs version updated
v4.0.5 StateSpecs version update
few fixes and better logic for #class message
- new expected action #willStubRealResult
- better method protocol names
- #class message to real object stub return original class of object by default
Ghost dependency is update to reference v3.1.x version which deprecates Pragma #selector
Ghost dependency is update to reference v3.1.x version which deprecates Pragma #selector and Pharo 5.
Github version of Mocketry is only for Pharo >6 versions. Major version update is not needed.
Printing of message sends is improved in few bad cases
It should fix travis run. Tests will be red but they will be finished (when travis will integrate fix for test environment it will succeed)
Moved from smalltalkhub
MockDefaultMethods is introduced. It now performs unexpected message to mock.
It allow to override default messages and disable them by signalling error.
It disables #copy and #shallowCopy default methods