[Pkg] The Trunk: SUnit-fbs.87.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 13 19:33:24 UTC 2011


Nicolas Cellier uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-fbs.87.mcz

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

Name: SUnit-fbs.87
Author: fbs
Time: 12 September 2011, 8:33:24.868 pm
UUID: df9513de-342e-42bd-9de5-11c818681f45
Ancestors: SUnit-ul.86

Now you can explain why two things should be equal.

=============== Diff against SUnit-ul.86 ===============

Item was added:
+ ----- Method: TestCase>>assert:equals:description: (in category 'accessing') -----
+ assert: expected equals: actual description: aString
+ 	^ self
+ 		assert: (expected = actual)
+ 		description: aString , ': ', (self comparingStringBetween: expected and: actual)!



More information about the Packages mailing list