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
|
|
@ -33,8 +33,7 @@ import org.junit.Test
|
|||
|
||||
class ChangeServerPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -35,8 +35,7 @@ import org.junit.Test
|
|||
|
||||
class OidcPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -31,8 +31,7 @@ import org.junit.Test
|
|||
|
||||
class ChangeAccountProviderPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -39,8 +39,7 @@ import org.junit.Test
|
|||
|
||||
class ConfirmAccountProviderPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -38,8 +38,7 @@ import org.junit.Test
|
|||
|
||||
class LoginPasswordPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -38,8 +38,7 @@ import org.junit.Test
|
|||
|
||||
class SearchAccountProviderPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -37,8 +37,7 @@ import org.junit.Test
|
|||
|
||||
class WaitListPresenterTest {
|
||||
|
||||
@Rule
|
||||
@JvmField
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue