Newer
Older
CosmosServer / src / test / java / com / example / cosmos_serversb / CosmosServerSbApplicationTests.java
t-kisimoto on 9 May 2019 361 bytes initial
package com.example.cosmos_serversb;

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 CosmosServerSbApplicationTests {

    @Test
    public void contextLoads() {
    }

}