pharo-spec / Spec

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

Adapter tests access the widget directly instead of doing it via adapter #1598

Closed tinchodias closed 2 months ago

tinchodias commented 2 months ago

The idea is to do not talk directly to the widget, because the adapter is who knows how to do it. This is the case for other *AdapterTest