В общем тесты работают. Только запускать их надо из специального класса :)
This commit is contained in:
AidarKC
2025-12-29 14:51:13 +03:00
parent ae3838ccf2
commit 7fdc890a85
5 changed files with 15 additions and 29 deletions
-16
View File
@@ -52,22 +52,6 @@ dependencies {
//
//
// // -------------------- ТЕСТЫ --------------------
// testImplementation platform('org.junit:junit-bom:5.11.4')
// testImplementation 'org.junit.jupiter:junit-jupiter'
// testImplementation 'org.junit.platform:junit-platform-suite-api'
// testRuntimeOnly 'org.junit.platform:junit-platform-suite-engine'
//
// testRuntimeOnly "org.junit.platform:junit-platform-launcher"
//
// // Suite (чтобы запустить классы в заданном порядке)
// testImplementation "org.junit.platform:junit-platform-suite:1.10.2"
//
// // Нужно, чтобы TestExecutionListener (RussianSummaryListener) корректно подхватывался
// testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
//}
// -------------------- ТЕСТЫ (JUnit 5) --------------------
// Один BOM на всё семейство JUnit (Jupiter + Platform модули)