<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi, <br>
</p>
<p>IMHO, In the method below argument names should be reversed<br>
</p>
<p>TestCase>>assert: <b>expected</b> equals: <b>actual</b><br>
self<br>
assert: expected = actual<br>
description: [ self comparingStringBetween: expected and:
actual ]<br>
</p>
<p><br>
</p>
<p>I read the method <br>
</p>
<p>TestCase>>assert: actual equalsExpected: expected but it <br>
</p>
<p><br>
</p>
<p>but it is odd and confusing to have both</p>
<p><br>
</p>
<p>Hilaire<br>
</p>
</body>
</html>