-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parameterized class being appended
- Loading branch information
1 parent
80d7b57
commit 7585eaa
Showing
3 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...android/app/src/androidTestMultiple/java/com.example.test_app.similar/SimilarNameTest1.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package com.example.test_app.similar | ||
|
||
import androidx.test.ext.junit.runners.AndroidJUnit4 | ||
import com.example.test_app.BaseInstrumentedTest | ||
import org.junit.Ignore | ||
import androidx.test.filters.Suppress | ||
import org.junit.Test | ||
import org.junit.runner.RunWith | ||
|
||
@RunWith(AndroidJUnit4::class) | ||
class SimilarNameTest1 : BaseInstrumentedTest() { | ||
|
||
@Test | ||
fun test1() = testMethod() | ||
|
||
@Test | ||
fun test2() = testMethod() | ||
|
||
@Test | ||
fun test19() = testMethod() | ||
} |
21 changes: 21 additions & 0 deletions
21
...ndroid/app/src/androidTestMultiple/java/com.example.test_app.similar/SimilarNameTest10.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package com.example.test_app.similar | ||
|
||
import androidx.test.ext.junit.runners.AndroidJUnit4 | ||
import com.example.test_app.BaseInstrumentedTest | ||
import org.junit.Ignore | ||
import androidx.test.filters.Suppress | ||
import org.junit.Test | ||
import org.junit.runner.RunWith | ||
|
||
@RunWith(AndroidJUnit4::class) | ||
class SimilarNameTest10 : BaseInstrumentedTest() { | ||
|
||
@Test | ||
fun test1() = testMethod() | ||
|
||
@Test | ||
fun test2() = testMethod() | ||
|
||
@Test | ||
fun test19() = testMethod() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters