SHA256
29 12 25
В общем тесты работают. Только запускать их надо из специального класса :)
This commit is contained in:
@@ -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 модули)
|
||||
|
||||
Reference in New Issue
Block a user