Newer
Older
tampopotest / src / test / java / com / example / tampopotest / TampopotestApplicationTests.java
y-ichii 27 days ago 220 bytes new
package com.example.tampopotest;

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

@SpringBootTest
class TampopotestApplicationTests {

	@Test
	void contextLoads() {
	}

}