Switched parameterized test in HtmlControllerTest to @EnumSource
[demos/testing] / src /
2020-01-16 Kai MoritzSwitched parameterized test in HtmlControllerTest to...
2020-01-16 Kai MoritzChecked, that the error-messeage is rendered for other...
2020-01-16 Kai MoritzThe error-message is reanderd instead of the text,...
2020-01-16 Kai MoritzAdded an integration-test for HtmlController
2020-01-16 Kai MoritzSeparated layout from content with Thymeleaf
2020-01-16 Kai MoritzAdded a html-controller, that renders the fetched data
2020-01-15 Kai MoritzFurther simplification: using the real WebClient with...
2020-01-15 Kai MoritzImplemented a WebClientStub to simplify the unit-test
2020-01-15 Kai MoritzUnit-test with mocking, that does not determines the...
2020-01-15 Kai MoritzImplemented a seemingly pure and clean unit-test
2020-01-15 Kai MoritzImplemented a service, that fetches data from a remote...
2020-01-15 Kai MoritzSpring Initializr: 2.2.2 / Spring Webflux / Thymeleaf