Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
ec7d68bb36cae58bebd0880bb84200d4b9726078
/
.
/
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'
)
}