Newer
Older
CosmosServer / src / test / java / com / example / cosmos_serversb / CosmosServerSbApplicationTests.java
t-kisimoto on 9 May 2019 361 bytes initial
  1. package com.example.cosmos_serversb;
  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 CosmosServerSbApplicationTests {
  11.  
  12. @Test
  13. public void contextLoads() {
  14. }
  15.  
  16. }