Skip to content
Ben-Noah Engelhaupt edited this page Jul 25, 2019 · 2 revisions

Runners are responsible for executing SUnit tests in a specific context, for example local in your image or in smalltalkCI (other version/other dialect, headless). Tests can either be single classes or entire categories.

UML Diagram of the runner

Watchers on the other hand recognize relevant changes in watched categories or classes and delegates running of tests towards one or more TestRunners

UML Diagram of the watcher

Clone this wiki locally