1
0

test alignment and code cleanup

This commit is contained in:
Michael Hoennig
2022-08-05 15:39:23 +02:00
parent f16953877f
commit 86128f5994
6 changed files with 201 additions and 68 deletions

View File

@ -43,7 +43,7 @@ These Tests are always named `...UnitTest` and can automatically run in the buil
#### REST-Tests
At the level of REST-Controllers, *Spring's* `WebMvcTest`, a special kind of Unit-Test, are utilized.
At the level of REST-Controllers, *Spring's* `WebMvcTest`, a special kind of Unit-Test, are utilized to replace simple unit tests.
Such tests issue REST-requests through a mocked REST-Layer and therefore use the controllers similar to a real client.
Otherwise, the implementation technologies are like those of Unit-Tests.