Customized the error-pages by adding a template
[demos/testing] / src /
2020-08-28 Kai MoritzCustomized the error-pages by adding a template master unit-vs-integration
2020-08-28 Kai MoritzImplemented a narrow integration-test: DemoApplicationIT
2020-08-28 Kai MoritzVerified correct behavior of RestController for 404
2020-01-16 Kai MoritzRestController throws different exceptions for other...
2020-01-16 Kai MoritzRestController throws 503 Service Unavailable, if the...
2020-01-16 Kai MoritzVerified, that RestController throws NotFound, if remot...
2020-01-16 Kai MoritzVerified, that requests to the RestController without...
2020-01-16 Kai MoritzAdded more tests for valid URI's (aka: with parameter)
2020-01-16 Kai MoritzAdded an integration-tests for RestController
2020-01-16 Kai MoritzAdded a rest-controller, that serves the fetched data...
2020-01-16 Kai MoritzThe parameter "path" is added to the model
2020-01-16 Kai MoritzAdded more tests for URI's without a parameter
2020-01-16 Kai MoritzMissing path-parameter renders a page without remote...
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