``` dependencies { "testCompile"("junit:junit:...
# random
h
Copy code
dependencies {
    "testCompile"("junit:junit:4.12")
}
😦