[Native][tests] Minor. Rename test infra-related tests for easier distinguishing
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@ import org.junit.jupiter.api.Assertions.assertTrue
|
||||
import org.junit.jupiter.api.Test
|
||||
import kotlin.coroutines.Continuation
|
||||
|
||||
class CompressedNamesTest {
|
||||
@Suppress("ClassName")
|
||||
class TestInfra_CompressedNamesTest {
|
||||
@Test
|
||||
fun targetNameCompression() {
|
||||
val knownTargets: Set<KonanTarget> = KonanTarget.predefinedTargets.values.toSet()
|
||||
+3
-2
@@ -15,12 +15,13 @@ import org.junit.jupiter.api.fail
|
||||
import java.io.File
|
||||
import kotlin.io.path.createTempDirectory
|
||||
|
||||
class GlobsExpansionTest {
|
||||
@Suppress("ClassName")
|
||||
class TestInfra_GlobsExpansionTest {
|
||||
private lateinit var testDir: File
|
||||
|
||||
@BeforeEach
|
||||
fun setUp() {
|
||||
testDir = createTempDirectory(GlobsExpansionTest::class.java.sanitizedName).toFile()
|
||||
testDir = createTempDirectory(TestInfra_GlobsExpansionTest::class.java.sanitizedName).toFile()
|
||||
}
|
||||
|
||||
@Test
|
||||
Reference in New Issue
Block a user