/
frastercom
/
testExemple
Обзор
Документация
Войти
/
frastercom
/
testExemple
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/test/java/com/example/restmyfirstproject/RestMyFirstProjectApplicationTests.java
13 строк
243 B
Timofey Konyshev
Initial commit
26 мар 2022, 15:12
26 мар 2022, 15:12
f00a672
Код
Авторство
О чём код?
package com.example.restmyfirstproject; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class RestMyFirstProjectApplicationTests { @Test void contextLoads() { } }