blob: 2ebc78fa264be8ddb552b6ea0e9fcadfc655f4cc [file] [log] [blame]
nmittlerf8314582015-01-27 10:25:39 -08001description = "gRPC: Testing"
Joey Brattonb6ebede2016-12-06 12:32:04 -05002
nathanmittler164b7342014-12-15 09:58:05 -08003dependencies {
Eric Andersonb17a2492016-02-06 22:47:35 -08004 compile project(':grpc-core'),
5 project(':grpc-stub'),
6 libraries.junit,
Carl Mastrangelob3bc7fc2016-04-01 15:18:23 -07007 libraries.mockito,
8 libraries.truth
Joey Brattonb6ebede2016-12-06 12:32:04 -05009
10 testCompile project(':grpc-testing-proto')
nathanmittler164b7342014-12-15 09:58:05 -080011}