Sign in
android
/
platform
/
external
/
grpc-grpc-java
/
7c60510794ddd2424d4363f6a057b95020939512
/
.
/
testing
/
build.gradle
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'
)
}