[K/N] Migrate some runtime/basic tests to new testing infra ^KT-61259

This commit is contained in:
Alexander Shabalin
2023-10-25 18:15:18 +02:00
committed by Space Team
parent 4fa121071a
commit fa9c620261
35 changed files with 448 additions and 636 deletions
+1 -1
View File
@@ -570,7 +570,7 @@ class DefaultRandomSmokeTest : RandomSmokeTest() {
}
@ThreadLocal
private val seededRandomSmokeTestSubject = Random(Random.nextInt().also { println("Seed: $it") })
internal val seededRandomSmokeTestSubject = Random(Random.nextInt().also { println("Seed: $it") })
class SeededRandomSmokeTest : RandomSmokeTest() {
override val subject: Random get() = seededRandomSmokeTestSubject