aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/tests.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-08 16:54:40 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-08 16:54:40 +0200
commit1987aa254203c281f0e189632a5e44eeee4ee65c (patch)
tree86b124ae77c492099dd0184d2289b151673a9036 /src/csharp/tests.json
parent1d1070216e70ab7b96b35612f2faa77655de08c0 (diff)
demonstrate testability of server-side impl classes
Diffstat (limited to 'src/csharp/tests.json')
-rw-r--r--src/csharp/tests.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/tests.json b/src/csharp/tests.json
index dc1f085795..c2f243fe0a 100644
--- a/src/csharp/tests.json
+++ b/src/csharp/tests.json
@@ -42,7 +42,8 @@
],
"Grpc.Examples.Tests": [
"Math.Tests.MathClientMockableTest",
- "Math.Tests.MathClientServerTest"
+ "Math.Tests.MathClientServerTest",
+ "Math.Tests.MathServiceImplTestabilityTest"
],
"Grpc.HealthCheck.Tests": [
"Grpc.HealthCheck.Tests.HealthClientServerTest",