Unit tests for a Vaadin 8 MVP application
The model-view-presenter (aka MVP) architecture pattern is a good choice for Vaadin applications. It clearly separates the business logic from the UI code and improves testability. Well… I heard statements like that many times before without proper explanations or examples what makes a pattern so useful that we cannot start a new project without using…