"Known issues" in docs http://developer.android.com/preview/j8-jack.html#configuration say:
>Because Jack does not generate intermediate class files when compiling an app, >tools that depend on these files do not currently work with Jack. Tools and libraries that require the app’s class files (such as JaCoCo and Mockito). Does that mean that at the moment JVM testing support does not work with Jack? Or phrase about Mockito is wrong? I understand the point about Jacoco because it's a tool that modifies bytecode (which Jack does not generate) after compilation but before runtime. But Mockito is strictly runtime library which, yeah, relies on java bytecode (not on files btw) , but at runtime. Can you please clarify this? I'll definitely try this in near future, but was confused by docs and wanted to get more info. Either docs need to be fixed or info that JVM testing won't work should be added which is more important than "Mockito". // Congrats with N things and JDK8! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
