WIP
[demos/kafka/outbox] / src / test / java / de / juplo / kafka / outbox / polling / ApplicationTests.java
diff --git a/src/test/java/de/juplo/kafka/outbox/polling/ApplicationTests.java b/src/test/java/de/juplo/kafka/outbox/polling/ApplicationTests.java
new file mode 100644 (file)
index 0000000..52aed2e
--- /dev/null
@@ -0,0 +1,16 @@
+package de.juplo.kafka.outbox.polling;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.test.context.junit4.SpringRunner;
+
+@RunWith(SpringRunner.class)
+@SpringBootTest
+public class ApplicationTests {
+
+    @Test
+    public void contextLoads() {
+    }
+
+}