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>
Sun, 15 Jan 2023 18:35:59 +0000 (19:35 +0100)
commit8b707101d2a9cf1f3776fb687ed6088744a75b9a
tree8ec3f629d5968421d1e30c3eb6541e53612b85f9
parent9de7f5dd0a6cd0205a9540fac141614af57ae8f4
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]