From 82634b46624499a42b824d762fbdc7d2de5d509d Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 9 Sep 2017 19:34:19 +0200 Subject: [PATCH] Expose WaitHandle. --- .../Renci.SshNet.Tests.NET35.csproj | 8 +- .../Classes/Common/CountdownEventTest.cs | 141 +++++++++++++++++- .../CountdownEventTest_Dispose_NotSet.cs | 109 ++++++++++++++ .../Common/CountdownEventTest_Dispose_Set.cs | 107 +++++++++++++ .../Renci.SshNet.Tests.csproj | 2 + src/Renci.SshNet/Common/CountdownEvent.cs | 18 +++ 6 files changed, 379 insertions(+), 6 deletions(-) create mode 100644 src/Renci.SshNet.Tests/Classes/Common/CountdownEventTest_Dispose_NotSet.cs create mode 100644 src/Renci.SshNet.Tests/Classes/Common/CountdownEventTest_Dispose_Set.cs diff --git a/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj b/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj index efdfce5d1..62745e023 100644 --- a/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj +++ b/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj @@ -273,6 +273,12 @@ Classes\Common\CountdownEventTest.cs + + Classes\Common\CountdownEventTest_Dispose_NotSet.cs + + + Classes\Common\CountdownEventTest_Dispose_Set.cs + Classes\Common\DerDataTest.cs @@ -1596,7 +1602,7 @@ - +