Files
event-stream-processing-mic…/user-parent/user-web/src/test/java/demo/UserServiceApplicationTests.java
2016-12-06 16:20:57 -08:00

17 lines
326 B
Java

package demo;
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 UserServiceApplicationTests {
@Test
public void contextLoads() {
}
}