blob: 80707895e0a605757ccc5b6d8ddddd8930a28a99 [file] [log] [blame]
nmittlerf8314582015-01-27 10:25:39 -08001description = "gRPC: Testing"
nathanmittler164b7342014-12-15 09:58:05 -08002dependencies {
Eric Andersonb17a2492016-02-06 22:47:35 -08003 compile project(':grpc-core'),
4 project(':grpc-stub'),
5 libraries.junit,
Carl Mastrangelob3bc7fc2016-04-01 15:18:23 -07006 libraries.mockito,
7 libraries.truth
nathanmittler164b7342014-12-15 09:58:05 -08008}