Skip to content

Commit 3faaa80

Browse files
phasenraum2010phasenraum2010
phasenraum2010
authored and
phasenraum2010
committedMay 23, 2018
small refactoring...
1 parent 7d380f1 commit 3faaa80

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)