Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Last active February 16, 2020 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhoxbypass/38ce60224c32790e86e8a73ae6f361c9 to your computer and use it in GitHub Desktop.
Save nhoxbypass/38ce60224c32790e86e8a73ae6f361c9 to your computer and use it in GitHub Desktop.
class MyPresenterTest {
@Test
fun onOpenCameraButtonClick_postM() {
setFinalStatic(Build.VERSION::class.java.getField("SDK_INT"), 23)
// Verify flow request Runtime Permissions
// ...
}
@After
fun tearDown() {
setFinalStatic(Build.VERSION::class.java.getField("SDK_INT"), 0)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment