Refined the test: @ParameterizedTest adds no additional insight here
authorKai Moritz <kai@juplo.de>
Wed, 30 Sep 2020 06:42:38 +0000 (08:42 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 2 Oct 2020 17:18:50 +0000 (19:18 +0200)
commitc8d1c555000b34d2bdd97b4ae385405b36311dd3
treed1c63dadd6fb77c9ae09b4a120dec20c115c8e00
parent757fd57c38f39666d8cd7339cfe306e464bb70f0
Refined the test: @ParameterizedTest adds no additional insight here

* The parameterized tests only test the difference between an empty and an
  non-empty Optional.
* The actual number is meaningless, because the business logic is mocked
  away anyway!
* Hence, the parameterized version only tests the correctness of our mocking:
  The test could only fail, if we make a mistake in the setup of the
  expectations, not in the code under test!
* Also splitted up some test-cases more logically.
src/main/java/de/juplo/demo/ExampleController.java
src/test/java/de/juplo/demo/ExceptionHandlingApplicationTests.java