test: Simplified & unified test-setup for ``ChatHomeServiceTest``s
authorKai Moritz <kai@juplo.de>
Thu, 22 Feb 2024 12:10:09 +0000 (13:10 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 22 Feb 2024 13:20:57 +0000 (14:20 +0100)
commit6c342d1af990d8f03d2cb937f61056489cec57aa
treeff80f18cee3f3e13b0240a94143237157d37a4fb
parent8e3e1cb5ca959f6ac096a2ec7d1a2c6a235cf32d
test: Simplified & unified test-setup for ``ChatHomeServiceTest``s

* Using existing configuration-classes instead of hand-coded configuartion.
* Aligned the `KafkaChatHomeServiceTest` with the `in-memory`-tests.
src/test/java/de/juplo/kafka/chat/backend/domain/ChatHomeServiceTest.java
src/test/java/de/juplo/kafka/chat/backend/implementation/inmemory/ShardedChatHomeServiceTest.java
src/test/java/de/juplo/kafka/chat/backend/implementation/inmemory/SimpleChatHomeServiceTest.java
src/test/java/de/juplo/kafka/chat/backend/implementation/kafka/KafkaChatHomeServiceTest.java