This repository was archived by the owner on Jul 25, 2019. It is now read-only.
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
Running tests from IDE does not recompile test classes #34
Open
Description
Android Studio: 1.0.1
android-unit-test: 2.1.1
android-studio-unit-test-plugin: 1.4.0
It appears that recent changes to this plugin have attempted to add a make task before running the unit tests that should run with a goal of testDebugClasses, but it only seems to be running with a goal of assembleDebug anyway.
Therefore, after a project cleaning, I get the ClassNotFound error until I build from the command line.
Also, if I make changes to the tests, they don't get recompiled when I run the tests from the IDE.
Metadata
Metadata
Assignees
Labels
No labels