From: Kai Moritz Date: Sat, 18 Feb 2023 10:07:21 +0000 (+0100) Subject: test: Proofed, that there is an NPE in `ShardedChatHome.getChatRoom()` X-Git-Tag: wip-sharding~13 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5df111ec5b6442114b90cc2f1ad45ae73a66e69b;hp=5df111ec5b6442114b90cc2f1ad45ae73a66e69b;p=demos%2Fkafka%2Fchat test: Proofed, that there is an NPE in `ShardedChatHome.getChatRoom()` - Refined `AbstractConfigurationIT` to show, that an NPE can occure in `ShardedChatHome.getChatRoom()`. - Defined the expected behaviour, if the NPE is handled correctly in the refined integration-test. ---