aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 18:10:56 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-15 18:18:22 +0200
commitf4a1e1988f8d4773ba00a330c1b741cbadb842e2 (patch)
treeada424e351d4e16d7095a69e75ed2688da647e49 /src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs
parent7eb41a14f83c355d0c3e15fc13b098d7df96fa92 (diff)
address coreCLR TODO
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs b/src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs
index c17ede7561..ac6c8d0740 100644
--- a/src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs
+++ b/src/csharp/Grpc.IntegrationTesting/GeneratedClientTest.cs
@@ -48,8 +48,6 @@ namespace Grpc.IntegrationTesting
{
TestService.TestServiceClient unimplementedClient = new UnimplementedTestServiceClient();
- // TODO: replace Moq by some mocking library with CoreCLR support.
-#if !NETCOREAPP1_0
[Test]
public void ExpandedParamOverloadCanBeMocked()
{
@@ -72,7 +70,6 @@ namespace Grpc.IntegrationTesting
Assert.AreSame(expected, mockClient.Object.UnaryCall(new SimpleRequest(), new CallOptions()));
}
-#endif
[Test]
public void DefaultMethodStubThrows_UnaryCall()