Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
435 stars 70 forks source link

Add tests for #is: #154

Closed Phantasus closed 4 years ago

Phantasus commented 5 years ago
  1. Adds tests for already implemented #is: very basic checks in the BaseImage, which check if ColorForm is a color form, or a gray form, etc. These already exist

  2. Adds tests for the proposed changes of #is: at important locations. Adds checks for #Collection, #Number, #Integer, #Fraction, #Character and #String. So that the desired best practice usage of #is: instead of #isString is enforced.