[squeak-dev] The Trunk: KernelTests-ct.435.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 16 10:16:25 UTC 2022


Christoph Thiede uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ct.435.mcz

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

Name: KernelTests-ct.435
Author: ct
Time: 16 June 2022, 12:16:23.870149 pm
UUID: c5eacd7d-1e45-0341-bac5-b98dc62c3fde
Ancestors: KernelTests-eem.434

Migrates from #targetClass to #classToBeTested. Complements SUnit-ct.143.

=============== Diff against KernelTests-eem.434 ===============

Item was added:
+ ----- Method: AbstractProcessTest>>classToBeTested (in category 'support') -----
+ classToBeTested
+ 
+ 	^ self environment classNamed: #Process!

Item was removed:
- ----- Method: AbstractProcessTest>>targetClass (in category 'support') -----
- targetClass
- 
- 	^ self environment classNamed: #Process!

Item was changed:
  ----- Method: CompiledMethodTest>>testNew (in category 'tests') -----
  testNew
+ 
+ 	self shouldRaiseError: [self classToBeTested new].!
- 	"This /should/ throw an exception."
- 	self should: [self targetClass new] raise: Error!



More information about the Squeak-dev mailing list