/
Normalno100
/
PowerAssetIntelligence
Обзор
Документация
Войти
/
Normalno100
/
PowerAssetIntelligence
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/test/java/com/powerassetintelligence/testsupport/BaseIntegrationTest.java
11 строк
325 B
Normalno100
Add production-grade QA test kit and strategy
26 май 2026, 21:05
26 май 2026, 21:05
2973951
Код
Авторство
О чём код?
package com.powerassetintelligence.testsupport; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.ActiveProfiles; import org.testcontainers.junit.jupiter.Testcontainers; @Testcontainers @SpringBootTest @ActiveProfiles("test") public abstract class BaseIntegrationTest { }