Clarify test names to avoid clashes in resolve
This is to workaround problem described in #KT-41342
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package ${package}
|
|||||||
import org.junit.Assert.assertTrue
|
import org.junit.Assert.assertTrue
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class GreetingTest {
|
class AndroidGreetingTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testExample() {
|
fun testExample() {
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ package ${package}
|
|||||||
import kotlin.test.Test
|
import kotlin.test.Test
|
||||||
import kotlin.test.assertTrue
|
import kotlin.test.assertTrue
|
||||||
|
|
||||||
class GreetingTest {
|
class IosGreetingTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testExample() {
|
fun testExample() {
|
||||||
|
|||||||
Reference in New Issue
Block a user