blob: 2ebc78fa264be8ddb552b6ea0e9fcadfc655f4cc [file] [log] [blame]
description = "gRPC: Testing"
dependencies {
compile project(':grpc-core'),
project(':grpc-stub'),
libraries.junit,
libraries.mockito,
libraries.truth
testCompile project(':grpc-testing-proto')
}