“…The basic tools included in a Smalltalk environment are: Inspectors for manipulating instances -objects-, Browsers to manipulate the classes, methods, and packages of the system, Workspaces for sending messages by evaluating expressions, and the Transcript as a global console for the system [35]. Modern Smalltalk systems evolved to include Test Runner tools for running tests and refactoring browsers [36]. Figure 2.1 depicts two Smalltalk systems, which resemble one another, despite having been implemented in different decades, including the basic tools of the environment: a browser selected on the True class displaying the method named and:, an inspector on the Array object, a workspace with valuable expressions, a transcript and a test runner.…”