[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 org.junit.jupiter.api.Test
|
||||||
import kotlin.coroutines.Continuation
|
import kotlin.coroutines.Continuation
|
||||||
|
|
||||||
class CompressedNamesTest {
|
@Suppress("ClassName")
|
||||||
|
class TestInfra_CompressedNamesTest {
|
||||||
@Test
|
@Test
|
||||||
fun targetNameCompression() {
|
fun targetNameCompression() {
|
||||||
val knownTargets: Set<KonanTarget> = KonanTarget.predefinedTargets.values.toSet()
|
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 java.io.File
|
||||||
import kotlin.io.path.createTempDirectory
|
import kotlin.io.path.createTempDirectory
|
||||||
|
|
||||||
class GlobsExpansionTest {
|
@Suppress("ClassName")
|
||||||
|
class TestInfra_GlobsExpansionTest {
|
||||||
private lateinit var testDir: File
|
private lateinit var testDir: File
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
fun setUp() {
|
fun setUp() {
|
||||||
testDir = createTempDirectory(GlobsExpansionTest::class.java.sanitizedName).toFile()
|
testDir = createTempDirectory(TestInfra_GlobsExpansionTest::class.java.sanitizedName).toFile()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
Reference in New Issue
Block a user