Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: third_party/grpc/src/csharp/tests.json

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/grpc/src/csharp/keys/README.md ('k') | third_party/grpc/src/node/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "assemblies": [
3 "Grpc.Core.Tests",
4 "Grpc.Examples.Tests",
5 "Grpc.HealthCheck.Tests",
6 "Grpc.IntegrationTesting"
7 ],
8 "tests": [
9 "Grpc.Core.Internal.Tests.AsyncCallTest",
10 "Grpc.Core.Internal.Tests.ChannelArgsSafeHandleTest",
11 "Grpc.Core.Internal.Tests.CompletionQueueEventTest",
12 "Grpc.Core.Internal.Tests.CompletionQueueSafeHandleTest",
13 "Grpc.Core.Internal.Tests.MetadataArraySafeHandleTest",
14 "Grpc.Core.Internal.Tests.TimespecTest",
15 "Grpc.Core.Tests.CallCredentialsTest",
16 "Grpc.Core.Tests.CallOptionsTest",
17 "Grpc.Core.Tests.ChannelCredentialsTest",
18 "Grpc.Core.Tests.ChannelOptionsTest",
19 "Grpc.Core.Tests.ChannelTest",
20 "Grpc.Core.Tests.ClientServerTest",
21 "Grpc.Core.Tests.CompressionTest",
22 "Grpc.Core.Tests.ContextPropagationTest",
23 "Grpc.Core.Tests.GrpcEnvironmentTest",
24 "Grpc.Core.Tests.MarshallingErrorsTest",
25 "Grpc.Core.Tests.MetadataTest",
26 "Grpc.Core.Tests.NUnitVersionTest",
27 "Grpc.Core.Tests.PerformanceTest",
28 "Grpc.Core.Tests.PInvokeTest",
29 "Grpc.Core.Tests.ResponseHeadersTest",
30 "Grpc.Core.Tests.SanityTest",
31 "Grpc.Core.Tests.ServerTest",
32 "Grpc.Core.Tests.ShutdownTest",
33 "Grpc.Core.Tests.TimeoutsTest",
34 "Grpc.Core.Tests.UserAgentStringTest",
35 "Math.Tests.MathClientServerTest",
36 "Grpc.HealthCheck.Tests.HealthClientServerTest",
37 "Grpc.HealthCheck.Tests.HealthServiceImplTest",
38 "Grpc.IntegrationTesting.HeaderInterceptorTest",
39 "Grpc.IntegrationTesting.HistogramTest",
40 "Grpc.IntegrationTesting.InteropClientServerTest",
41 "Grpc.IntegrationTesting.MetadataCredentialsTest",
42 "Grpc.IntegrationTesting.RunnerClientServerTest",
43 "Grpc.IntegrationTesting.SslCredentialsTest"
44 ]
45 }
OLDNEW
« no previous file with comments | « third_party/grpc/src/csharp/keys/README.md ('k') | third_party/grpc/src/node/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698