Loading docs/html/training/testing/unit-testing/local-unit-tests.jd +2 −2 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ dependencies { // Set this dependency if you want to use Mockito testCompile 'org.mockito:mockito-core:1.10.19' // Set this dependency if you want to use Hamcrest matching androidTestCompile 'org.hamcrest:hamcrest-library:1.1' testCompile 'org.hamcrest:hamcrest-library:1.1' } </pre> </li> Loading Loading
docs/html/training/testing/unit-testing/local-unit-tests.jd +2 −2 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ dependencies { // Set this dependency if you want to use Mockito testCompile 'org.mockito:mockito-core:1.10.19' // Set this dependency if you want to use Hamcrest matching androidTestCompile 'org.hamcrest:hamcrest-library:1.1' testCompile 'org.hamcrest:hamcrest-library:1.1' } </pre> </li> Loading