Migrate to AndroidXしたら"No tests found"と言われてハマった
Android Studioの“Refactor -> Migrate to AndroidX”を使ってて、何度かハマったパターン。
自動のmigrationが終わって、テスト走らせてみたら
No tests found. This usually means that your test classes are not in the form that your test runner expects (e.g. don’t inherit from TestCase or lack @Test annotations).
とだけ言われて、「@Test annotationちゃんとついてるしなー… build.gradle
でandroidx.test.runner.AndroidJUnitRunner
も指定してあるし… 」としばらくハマる。
...
...
結局
androidTestImplementation 'androidx.test:runner:1.2.0'
の追加忘れ。自動では追加してくれないみたい。
「androidx.test.runner.AndroidJUnitRunnerなんて見つからないよ」とか言ってくれればいいのに
Author And Source
この問題について(Migrate to AndroidXしたら"No tests found"と言われてハマった), 我々は、より多くの情報をここで見つけました https://qiita.com/tkcm/items/e084b6c9a7569c8800c3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .