Is it possible to continue Testexcution with Android testing Framework (JUNIT 3) after one single test* Method failed? Currently it stops the whole test execution and does not run further tests.
I'd like it to:
run test 1 successfully
fail test 2
run test 3 successfully
stop
report error of test 2