Use WebTestClient in ResourceController tests 95/139295/6
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 28 Oct 2024 08:19:36 +0000 (09:19 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 28 Oct 2024 14:09:09 +0000 (15:09 +0100)
commit09bb8a5c6512df6d98593b921dcabf05f1f1586b
tree2fad915192fb34ff556fb68392c085b89f9c6201
parentecdcbe8aba5e468693a7f22970064c335881d3b9
Use WebTestClient in ResourceController tests

- this tests e2e behaviour of controller
- assert error responses

Issue-ID: AAI-4039
Change-Id: If7dc32dec13399ad3502101d2b76fd79940cd34d
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
aai-resources/src/main/java/org/onap/aai/entities/PolicyException.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/entities/RequestError.java
aai-resources/src/main/java/org/onap/aai/rest/ResourcesController.java
aai-resources/src/main/java/org/onap/aai/service/ResourcesService.java
aai-resources/src/test/java/org/onap/aai/rest/ResourcesControllerTest.java