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 27bef19 commit 74f2f33Copy full SHA for 74f2f33
subscription-example/src/test/java/com/graphql/java/subscription/ApplicationTests.java
@@ -0,0 +1,16 @@
1
+package com.graphql.java.subscription;
2
+
3
+import org.junit.Test;
4
+import org.junit.runner.RunWith;
5
+import org.springframework.boot.test.context.SpringBootTest;
6
+import org.springframework.test.context.junit4.SpringRunner;
7
8
+@RunWith(SpringRunner.class)
9
+@SpringBootTest
10
+public class ApplicationTests {
11
12
+ @Test
13
+ public void contextLoads() {
14
+ }
15
16
+}
0 commit comments