The Trunk: SUnit-eem.113.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SUnit-eem.113.mcz

commits-2
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'
+ !