counter: 1.1.11 - Added a test, that is based on `TopologyTestDriver` counter-1.1.11
authorKai Moritz <kai@juplo.de>
Sat, 11 Feb 2023 12:02:44 +0000 (13:02 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 17 Feb 2023 16:33:10 +0000 (17:33 +0100)
- The test reuses `TestData` to asserts the exact same assumptions, as
  `CounterApplicationIT`.
- The only difference is, that the message processing is carried out by
  the `ToplogyTestDriver` instead of a real Kafka cluster, that is started
  along the test-code in the same JVM, as in `CounterApplicationIT`.


No differences found