Newer
Older
tampopotest / src / test / java / com / example / tampopotest / TampopotestApplicationTests.java
y-ichii 19 days ago 229 bytes これが基準
package com.example.tampopotest;

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

@SpringBootTest
class TampopotestApplicationTests {

    @Test
    void contextLoads() {
    }

}