description = "gRPC: Testing"
dependencies {
compile project(':grpc-core'),
project(':grpc-stub'),
libraries.junit,
libraries.mockito
}