Android Studio/IntelliJ: How to break on NullPointer or any other Excetion
Sometimes when you are running tests in Android Studio or Intellij Idea, you might face a failed case with following error statement:
test should never throw an exception to this level
Cause of these errors are usually NullPointer or some other Exc...
blog.tejpratapsingh.com1 min read