X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fde%2Fjuplo%2Fkafka%2Fwordcount%2Fsplitter%2FApplicationTests.java;fp=src%2Ftest%2Fjava%2Fde%2Fjuplo%2Fkafka%2Fwordcount%2Fsplitter%2FApplicationTests.java;h=77266a94d30e7b43c66afe9da15131720ae2ea4c;hb=d5f54354b2b44d125493c830bf0475f7992ee395;hp=0000000000000000000000000000000000000000;hpb=c5700c2117f6c445278f272572c8b5732bf53bbf;p=demos%2Fkafka%2Fwordcount diff --git a/src/test/java/de/juplo/kafka/wordcount/splitter/ApplicationTests.java b/src/test/java/de/juplo/kafka/wordcount/splitter/ApplicationTests.java new file mode 100644 index 0000000..77266a9 --- /dev/null +++ b/src/test/java/de/juplo/kafka/wordcount/splitter/ApplicationTests.java @@ -0,0 +1,13 @@ +package de.juplo.kafka.wordcount.splitter; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class ApplicationTests +{ + @Test + void contextLoads() + { + } +}