pharo-spec / Spec

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

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

Closed tinchodias closed 3 weeks ago

tinchodias commented 3 weeks 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