I have a project that using Robolectric for unit test purpose. This project uses Robolectric 3.0 and need to add -ea and -noverify options in Virtu
-ea
-noverify
Maybe this
./gradlew -Dorg.gradle.jvmargs="-ea -noverify" test