Skip to content

Instantly share code, notes, and snippets.

@manhduy
Last active November 21, 2021 04:48
Show Gist options
  • Save manhduy/a7c163b23e7e160c7cce8cf3104a7d86 to your computer and use it in GitHub Desktop.
Save manhduy/a7c163b23e7e160c7cce8cf3104a7d86 to your computer and use it in GitHub Desktop.
@HiltAndroidTest
@RunWith(AndroidJUnit4::class)
class CalculatorActivityTest {
@BindValue
@JvmField
val viewModel = mockk<CalculatorViewModel>(relaxed = true)
@get:Rule
var hiltRule = HiltAndroidRule(this)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment