pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

Use new API of ClassFactoryForTestCase #1432

Closed jecisc closed 1 year ago

jecisc commented 1 year ago

ClassFactoryForTestCase duplicates a lot of the old class creation API that is not extensioble and huge. A new way of creating classes through it is been implemented. Here is a PR with changes about this.

PR depends on this PR: pharo-project/pharo#14398