[squeak-dev] The Trunk: SUnit-eem.108.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 23 18:22:56 UTC 2017


Eliot Miranda uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-eem.108.mcz

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

Name: SUnit-eem.108
Author: eem
Time: 23 March 2017, 11:22:48.940876 am
UUID: 41df1dc8-2451-49f8-a56b-8beac05db850
Ancestors: SUnit-ul.107

Make isTestMethod self-supported in MethodReference instead of replying on CompiledMethod.

=============== Diff against SUnit-ul.107 ===============

Item was changed:
  ----- Method: MethodReference>>isTestMethod (in category '*SUnit-testing') -----
  isTestMethod
  
+ 	^self actualClass isTestClass and: [self methodSymbol isTestSelector]!
- 	^ self compiledMethod isTestMethod!



More information about the Squeak-dev mailing list