AndroidJUnit4.class + org.junit.Assume.assumeTrue = AssumptionViolatedException
问题 I've managed to get my Android project transitioned over to JUnit4, and of course the main reason I wanted to do it isn't working. Would love any help if anyone's got ideas here. The problem I'm trying to solve is that I want to automatically skip certain tests if the build is not pointed at the staging server. I've got this set up with a BUILD_TYPE which is using gradle to inject the base URL. I set up an assumeThat clause in my setup which correctly identifies when the build is not staging,