[Pkg] The Trunk: SUnit-eem.113.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 19 17:53:34 UTC 2018


Eliot Miranda uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-eem.113.mcz

==================== Summary ====================

Name: SUnit-eem.113
Author: eem
Time: 19 November 2018, 9:53:01.453709 am
UUID: 7071263a-3791-4acb-bdac-70931fffb7f6
Ancestors: SUnit-ul.112

Add deny:equals: to complement assert:equals:

=============== Diff against SUnit-ul.112 ===============

Item was added:
+ ----- Method: TestCase>>deny:equals: (in category 'accessing') -----
+ deny: unexpected equals: actual
+ 
+ 	^self
+ 		deny: unexpected = actual
+ 		description: 'Actual equals unexpected'
+ !



More information about the Packages mailing list