1
コンパイルするには、Roboelectric Testの簡単なクラスを取得するために何時間も努力してきました。赤色の項目はすべて見つかりませんので、コンパイルエラーが発生しています。Robotive&Androidスタジオの問題
dependencies {
// Robolectric
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'org.apache.maven:maven-ant-tasks:2.1.3' // fixes linux/mac
testCompile 'org.robolectric:robolectric:3.0'
}
誰ですか?何か? – Mike6679
どのフォルダにクラスがありますか? 'src/test/java/' –
でなければなりません。テスト中のクラスと同じパッケージにテストを保存します –