Newer
Older
tampopo-test / src / test / java / org / ntlab / tampopotest / TampopoTestApplicationTests.java
package org.ntlab.tampopotest;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class TampopoTestApplicationTests {

    @Test
    void contextLoads() {
    }

}