Let\'s say I want to mock a class with the following structure, for testing purposes:
@Data public class Street() { private House house; @Data s