/
Harbinger21
/
StudentRegistration
Обзор
Документация
Войти
/
Harbinger21
/
StudentRegistration
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/java/ru/studentRegistration/StudentRegistrationTests.java
13 строк
225 B
anton
add tests
18 май 2024, 18:27
18 май 2024, 18:27
3a64db4
Код
Авторство
О чём код?
package ru.studentRegistration; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class StudentRegistrationTests { @Test void contextLoads() { } }