GRemove the @JvmField annotation whenever using WarmUpRule.
This commit is contained in:
parent
b426084415
commit
7fdd83bf91
53 changed files with 53 additions and 106 deletions
|
|
@ -27,8 +27,7 @@ import org.junit.Test
|
|||
|
||||
class AboutPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@ import org.junit.Test
|
|||
|
||||
class AnalyticsSettingsPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -35,8 +35,7 @@ import org.junit.Test
|
|||
|
||||
class DeveloperSettingsPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@ import org.junit.Test
|
|||
|
||||
class ConfigureTracingPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
@Test
|
||||
fun `present - initial state`() = runTest {
|
||||
|
|
|
|||
|
|
@ -37,8 +37,7 @@ import org.junit.Test
|
|||
|
||||
class PreferencesRootPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue