test: Implemented a first IT for `LocalJsonFilesStorageStrategy`
authorKai Moritz <kai@juplo.de>
Sun, 8 Jan 2023 10:14:45 +0000 (11:14 +0100)
committerKai Moritz <kai@juplo.de>
Mon, 9 Jan 2023 19:55:49 +0000 (20:55 +0100)
commit1e754d52096bcca31eba0af573753e94a3aef791
tree9437acd7748dc77e43d33a48863ac918d1d78fbf
parent6d4a450c98ae02bb194d2967baf85cd01b8a75ee
test: Implemented a first IT for `LocalJsonFilesStorageStrategy`

- This first version of the test does not realy test the storing.
- It is only a proof-of-concept for the setup.
src/test/java/de/juplo/kafka/chat/backend/persistence/LocalJsonFilesStorageStrategyIT.java [new file with mode: 0644]
src/test/resources/application.yml [new file with mode: 0644]