[squeak-dev] assert:equals: in Object

Jakob Reschke forums.jakob at resfarm.de
Sat Oct 24 09:58:53 UTC 2020


Hannes Hirzel wrote
> If I understand correctly Pharo has swapped
>      assert:equals: in TestCase
> to
>      equals:assert: in TestCase
> 
> Is this so?

Unfortunately, no.

>From Pharo 6.1:

TAssertable>>assert: actual equals: expected
	^ self
		assert: expected = actual
		description: [self comparingStringBetween: actual and: expected]



--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html


More information about the Squeak-dev mailing list