[squeak-dev] The Inbox: ToolsTests-jr.95.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Apr 18 12:53:49 UTC 2020


I like Tools-jr.956! However, I still see very little value in these tests ...


Best,

Christoph

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Sonntag, 12. April 2020 11:36:20
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: ToolsTests-jr.95.mcz

A new version of ToolsTests was added to project The Inbox:
http://source.squeak.org/inbox/ToolsTests-jr.95.mcz

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

Name: ToolsTests-jr.95
Author: jr
Time: 12 April 2020, 11:36:19.948623 am
UUID: 00bf69cd-641f-a849-b226-6249774e46dc
Ancestors: ToolsTests-mt.94

Add test for argument name if the argument is a block.

See Tools-jr.956

=============== Diff against ToolsTests-mt.94 ===============

Item was added:
+ ----- Method: DebuggerExtensionsTest>>testBlockGeneralize (in category 'tests - canonical argument names') -----
+ testBlockGeneralize
+        | outer |
+        outer := nil.
+        self assert: 'Block' equals: [] canonicalArgumentName;
+                assert: 'Block' equals: [{outer. self}] canonicalArgumentName.!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200418/6a8a8e7e/attachment.html>


More information about the Squeak-dev mailing list