Do you know the well-tested and open-source Composite examples in Smalltalk?
I would like to consider examples of the implementation of the Composite template in Smalltalk. Any dialect is fine, I'm interested in, in particular, the source code, including unit test cases. This post describes what I am looking for, common test fragments that can be reused in my applications.
A well-thought-out implementation is also useful because I want to know how compound tests are structured.
source
share