[squeak-dev] The Trunk: SUnit-ct.122.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 10 18:01:57 UTC 2022


Christoph Thiede uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/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!



More information about the Squeak-dev mailing list