pharo
pharo copied to clipboard
(TestAsserter >> shouldnt: raise: whoseDescriptionIncludes: description:) is sending an unimplemented messsage
Bug description
(self
executeShould: aBlock
inScopeOf: anExceptionalEvent
withDescriptionContaining: substring)
This method is not implemented in TestAsserter, but called.
To Reproduce Steps to reproduce the behavior:
- Open the finder (shift + enter)
- Type in the finder search bar: TestAsserter >> shouldnt: raise: whoseDescriptionIncludes: description:
- Open the implementation
- See the warning
Simillar issue
https://github.com/pharo-project/pharo/issues/11475#issue-1316455581
Take a look on:
TestCase >> executeShould: aBlock inScopeOf: anExceptionalEvent withDescriptionContaining:.
Maybe it can be moved to its superclass: TestAsserter