android-spock
android-spock copied to clipboard
IndexOutOfBoundsException e = thrown() doesn't work
Using thrown causes all tests to not run.
Android is probably some missing some java class that we need.
Thrown(IndexOutOfBoundsException) also doesn't work.