The visitor class is a base class for classes that wants to participate in the visitor pattern with the test hierarchi.
The visitor class is a base class for classes that wants to participate in the visitor pattern with the test hierarchi.This is a slightly extended visitor pattern implementation, intended for collaboration with the Composite pattern. The aggregate node (here the suite node) is visited twice, before and after the children are visited. This allows different algorithms to be implemented.
Alphabetic index HTML hierarchy of classes or Java