<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p><span style="font-size: 12pt;">+1</span><br>
</p>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p><span style="font-size: 12pt;">Are you also planning to add something like #asSimpleGetter, too? See thread of </span><span style="font-size: 12pt;">Collections-ct.853 :)</span><br>
</p>
<p><span></span></p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Mittwoch, 2. Oktober 2019 15:15:39<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Tests-pre.420.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt">
<div class="PlainText">Patrick Rein uploaded a new version of Tests to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Tests-pre.420.mcz" id="LPlnk531337" previewremoved="true">http://source.squeak.org/trunk/Tests-pre.420.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tests-pre.420<br>
Author: pre<br>
Time: 2 October 2019, 3:15:32.306738 pm<br>
UUID: 3989d8ae-f068-3743-b798-10cb9af692c7<br>
Ancestors: Tests-ct.419<br>
<br>
Adds isSimpleSetter and asSimpleSetter tests<br>
<br>
=============== Diff against Tests-ct.419 ===============<br>
<br>
Item was added:<br>
+ TestCase subclass: #StringSystemSupportTest<br>
+        instanceVariableNames: ''<br>
+        classVariableNames: ''<br>
+        poolDictionaries: ''<br>
+        category: 'Tests-System-Support'!<br>
<br>
Item was added:<br>
+ ----- Method: StringSystemSupportTest>>testAsSimpleSetter (in category 'tests') -----<br>
+ testAsSimpleSetter<br>
+        self <br>
+                assert: #x asSimpleSetter = #x: ;<br>
+                assert: #x: asSimpleSetter = #x: ;<br>
+                assert: #x asSimpleSetter isSymbol!<br>
<br>
Item was added:<br>
+ ----- Method: StringSystemSupportTest>>testIsSimpleSetter (in category 'tests') -----<br>
+ testIsSimpleSetter<br>
+        self <br>
+                assert: #x: isSimpleSetter ;<br>
+                deny: #x isSimpleSetter ;<br>
+                deny: #+ isSimpleSetter ;<br>
+                deny: #a:b: isSimpleSetter!<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>