We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d380f1 commit 3faaa80Copy full SHA for 3faaa80
src/test/java/org/woehlke/learn/learnneo4j/model/graph/platform/test/PlatformControllerTests.java
@@ -0,0 +1,10 @@
1
+package org.woehlke.learn.learnneo4j.model.graph.platform.test;
2
+
3
+import org.junit.runner.RunWith;
4
+import org.springframework.boot.test.context.SpringBootTest;
5
+import org.springframework.test.context.junit4.SpringRunner;
6
7
+@RunWith(SpringRunner.class)
8
+@SpringBootTest
9
+public class PlatformControllerTests {
10
+}
0 commit comments