The Inbox: Protocols-jr.69.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Protocols-jr.69.mcz

commits-2
A new version of Protocols was added to project The Inbox:
http://source.squeak.org/inbox/Protocols-jr.69.mcz

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

Name: Protocols-jr.69
Author: jr
Time: 8 February 2020, 4:03:45.579789 pm
UUID: 390c7867-e2be-bb4a-b78a-502305ab6c7d
Ancestors: Protocols-eem.68

Display test result icons for tests inherited from abstract test superclasses.

Try it by browsing protocol (p) of any subclass of ClassTestCase or MCRepositoryTest.

=============== Diff against Protocols-eem.68 ===============

Item was changed:
  ----- Method: Lexicon>>messageIconAt: (in category 'message list') -----
  messageIconAt: anIndex
  Browser showMessageIcons
  ifFalse: [^ nil].
  self class parse: (self messageList at: anIndex) toClassAndSelector:
  [:class :selector |
  ^ ToolIcons iconNamed: (ToolIcons
+ iconForClass: targetClass
- iconForClass: class
  selector: selector)].
 
  ^ nil!