The Inbox: SUnit-ct.122.mcz

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

The Inbox: SUnit-ct.122.mcz

commits-2
A new version of SUnit was added to project The Inbox:
http://source.squeak.org/inbox/SUnit-ct.122.mcz

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

Name: SUnit-ct.122
Author: ct
Time: 14 December 2019, 1:15:22.187841 am
UUID: fc845d69-2525-9440-b4c0-4da1e1f4f1cd
Ancestors: SUnit-mt.120

Add check for a TestCase whether it is still installed (that is, the test selector has not been removed)

=============== Diff against SUnit-mt.120 ===============

Item was added:
+ ----- Method: TestCase>>isInstalled (in category 'testing') -----
+ isInstalled
+
+ ^ self respondsTo: testSelector!