I noticed that the TestCase method #shouldnt:triggerAnyOf:against: looks
to have the same problem with using getEvents/setEvents: that
#should:triggerAllOf:matching:butNoneOf:against: used to have. I think
that it should just be implemented in terms of the underlying workhorse
method:
!TestCase methodsFor!
shouldnt: aBlock triggerAnyOf: aCollectionOfSymbols against: anObject
self
should: aBlock
triggerAllOf: #()
matching: [:message | true]
butNoneOf: aCollectionOfSymbols
against: anObject! !
-------------------------------------------
Bill Dargel
[hidden email]
Shoshana Technologies
100 West Joy Road, Ann Arbor, MI 48105 USA