Skip to content

Instantly share code, notes, and snippets.

@elihart
Created November 20, 2019 20:52
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 elihart/15960d86f91f0acb6ef2a8f131532997 to your computer and use it in GitHub Desktop.
Save elihart/15960d86f91f0acb6ef2a8f131532997 to your computer and use it in GitHub Desktop.
TestContextFailureMessageExample
val testContextMessage = "Error while testing 'Default State' mock for BookingFragment -> Clicking 'book_button' view on thread 'AsyncTask #1'"
throw IllegalStateException(testContextMessage, originalException)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment