pharo
pharo copied to clipboard
Clarify if TViewModelMock3 is in correct package
- the class TViewModelMock3 is in package "FluidClassBuilder-Tests"
- it is not referenced but used in test class CDFluidClassParserTest which is in a totally different package "ClassParser-Tests"
We should them have in the same test package, no?


Also as it is not referenced we have a lint issue which is shown when the package is commited:

This lint issue should also be cared of