splitter: 1.2.0 - Introduced `TestRanking`
authorKai Moritz <kai@juplo.de>
Sun, 2 Jun 2024 15:28:55 +0000 (17:28 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 3 Jun 2024 07:34:40 +0000 (09:34 +0200)
commitcfed6b631771687b645375394c422ec0c02720f5
tree7b4182d1d9b07ded3c89a87b1841c9a4cf9ff86a
parentb1db057d3c58d20620482ff68eb210b309e615fe
splitter: 1.2.0 - Introduced `TestRanking`

* `SplitterApplicationIT` uses the separate class `TestRanking` to
  represent the input data, that comes from the foreign domain.
src/test/java/de/juplo/kafka/wordcount/recorder/TestRecording.java [new file with mode: 0644]
src/test/java/de/juplo/kafka/wordcount/splitter/SplitterApplicationIT.java
src/test/java/de/juplo/kafka/wordcount/splitter/TestData.java