<div dir="ltr"><div>"testing" is for messages that answer booleans.  For example, TestCase>>#shouldPass.</div><div><br></div><div>The #test... methods should be categorized differently.</div><div><br></div><div> - Chris</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 7, 2019 at 8:31 AM <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">A new version of SUnit was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/SUnit-ct.121.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/inbox/SUnit-ct.121.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: SUnit-ct.121<br>
Author: ct<br>
Time: 7 December 2019, 3:31:28.823146 pm<br>
UUID: 56da0773-e6ce-8d44-9496-57eea4253f3f<br>
Ancestors: SUnit-mt.120<br>
<br>
Specify default message category for test selectors. Depends on Kernel-mt.1284.<br>
<br>
=============== Diff against SUnit-mt.120 ===============<br>
<br>
Item was added:<br>
+ ----- Method: TestCase class>>defaultCategoryForSelector: (in category 'organization') -----<br>
+ defaultCategoryForSelector: aSelector<br>
+ <br>
+       aSelector isTestSelector<br>
+               ifTrue: [^ #testing].<br>
+       ^ super defaultCategoryForSelector: aSelector!<br>
<br>
<br>
</blockquote></div>