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

commits at source.squeak.org commits at source.squeak.org
Sun Apr 12 09:36:20 UTC 2020


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.!



More information about the Squeak-dev mailing list