Added test Test_Get_File_Null - passing null to Get.

This commit is contained in:
Kenneth_aa_cp
2011-05-15 10:50:51 +00:00
parent 07f033a647
commit 33eb7c557e
2 changed files with 46 additions and 30 deletions
@@ -68,5 +68,20 @@ namespace Renci.SshNet.Tests.SftpClientTests
}
}
[TestMethod]
[TestCategory("Sftp")]
[Description("Test passing null to Get.")]
[ExpectedException(typeof(ArgumentNullException))]
public void Test_Get_File_Null()
{
using (var sftp = new SftpClient(Resources.HOST, Resources.USERNAME, Resources.PASSWORD))
{
sftp.Connect();
var file = sftp.Get(null);
sftp.Disconnect();
}
}
}
}
+31 -30
View File
@@ -3,40 +3,41 @@
<TestList name="SftpClient" id="1405242d-fd39-46f3-88aa-a561b16d9136" parentListId="8c43106b-9dc1-4907-a29f-aa66a61bf5b6">
<Description>Tests that affect SftpClient.</Description>
<TestLinks>
<TestLink id="8887787c-1395-1d98-842b-4a8c85efd0fa" name="Test_Sftp_ChangeDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="7ee25cf7-b1fe-f444-6d0f-7e9cd472fcae" name="Test_Sftp_ListDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="73191d59-b774-74ef-7cdd-feab7acd6ed5" name="Test_Sftp_CreateDirectory_Already_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="dde422f9-1b3b-0885-224c-b2c1a67b82dc" name="Test_Sftp_Upload_Forbidden" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="69e19f40-2e27-b25b-db00-4f960242a34b" name="Test_Sftp_ListDirectory_Without_Connecting" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="af3b3194-bfb2-9b70-efa0-27c4a025dd31" name="Test_Sftp_ListDirectory_Not_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="ce1e9ed2-2cf4-e43a-54e0-54c6eda70e9b" name="Test_Sftp_DeleteDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="1bd90317-f6bc-efef-7d89-bec673a74c2e" name="Test_Sftp_CreateDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="e449ea7e-c991-cced-0a0e-dbb7043b0555" name="Test_Sftp_CreateDirectory_In_Current_Location" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="aeeee14f-a9f7-aaeb-dca0-0f71f5d24bc1" name="Test_Sftp_Upload_And_Download_1MB_File" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="7c8b8c07-1c12-c2f3-fa49-520c689784e8" name="Test_Sftp_ListDirectory_Current" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="5a37e1ff-2ba3-e44c-6850-b939ace9d25a" name="Test_Sftp_RenameFile_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="767acb2f-2b0c-2227-05ef-22178c779a33" name="Test_Sftp_Change_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="5e6b8258-8ab1-4d79-15bf-b5267cbb85ac" name="Test_Sftp_ListDirectory_Empty" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="aa7f3916-bb55-a71b-d160-15c09fd64091" name="Test_Sftp_BeginDownloadFile_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="a2a0b9e4-ae8f-562d-9a9e-e8b999ce0e72" name="Test_Sftp_Ensure_Async_Delegates_Called_For_BeginFileUpload_BeginFileDownload_BeginListDirectory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="7ff3a089-3ed8-8531-8278-6044b9992b80" name="Test_Sftp_Download_Forbidden" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="ae8ea5fd-f0ba-9da5-2cdc-e0f47f3d5409" name="Test_Sftp_ListDirectory_HugeDirectory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="a3afb0a2-ca8b-d745-4584-8564f70689eb" name="Test_Sftp_DeleteDirectory_Which_Doesnt_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="d8cbe94f-d682-20ba-659f-a9c8986ae22d" name="Test_Sftp_ListDirectory_Permission_Denied" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="d8eea890-99df-9b9f-7083-3a306dd65565" name="Test_Sftp_CreateDirectory_Invalid_Path" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="293683f6-5b0a-9c36-3360-95836ac13e3e" name="Test_Sftp_Rename_File" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="842c8c3f-9ebf-2949-64e4-e118d925d64e" name="Test_Get_Root_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="1cae396c-6e6f-66d2-9f2b-2d35cfb6d8c5" name="Test_Sftp_Download_File_Not_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="d0f2ec5e-3aa1-2c25-4bcb-b7378f0d0283" name="Test_Sftp_Multiple_Async_Upload_And_Download_10Files_5MB_Each" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="1f0eddc0-c2b2-0aba-21ca-313cf8f09aa1" name="Test_Get_File" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="ff23463d-d5d3-46bd-c184-e53689e9ef5d" name="Test_Sftp_DeleteDirectory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="8595c9d0-7153-2141-b96d-b19c6e959b33" name="Test_Sftp_CreateDirectory_In_Forbidden_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="3305f837-8225-85c8-f1e9-c36ad7e38db9" name="Test_Get_Invalid_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="cea8b905-fcf5-11e0-972a-3b87e3b06d10" name="Test_Sftp_DeleteDirectory_Without_Connecting" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="86b4e210-a8c7-86d0-9b57-acd5d0060acb" name="Test_Sftp_CreateDirectory_Without_Connecting" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="566be3e3-7344-2506-a01e-b2858b86453f" name="Test_Sftp_DeleteDirectory_Which_No_Permissions" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="aa7f3916-bb55-a71b-d160-15c09fd64091" name="Test_Sftp_BeginDownloadFile_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="7c8b8c07-1c12-c2f3-fa49-520c689784e8" name="Test_Sftp_ListDirectory_Current" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="d8cbe94f-d682-20ba-659f-a9c8986ae22d" name="Test_Sftp_ListDirectory_Permission_Denied" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="8887787c-1395-1d98-842b-4a8c85efd0fa" name="Test_Sftp_ChangeDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="ce1e9ed2-2cf4-e43a-54e0-54c6eda70e9b" name="Test_Sftp_DeleteDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="5a37e1ff-2ba3-e44c-6850-b939ace9d25a" name="Test_Sftp_RenameFile_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="ff23463d-d5d3-46bd-c184-e53689e9ef5d" name="Test_Sftp_DeleteDirectory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="293683f6-5b0a-9c36-3360-95836ac13e3e" name="Test_Sftp_Rename_File" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="af3b3194-bfb2-9b70-efa0-27c4a025dd31" name="Test_Sftp_ListDirectory_Not_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="73191d59-b774-74ef-7cdd-feab7acd6ed5" name="Test_Sftp_CreateDirectory_Already_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="e449ea7e-c991-cced-0a0e-dbb7043b0555" name="Test_Sftp_CreateDirectory_In_Current_Location" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="dde422f9-1b3b-0885-224c-b2c1a67b82dc" name="Test_Sftp_Upload_Forbidden" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="1bd90317-f6bc-efef-7d89-bec673a74c2e" name="Test_Sftp_CreateDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="7ff3a089-3ed8-8531-8278-6044b9992b80" name="Test_Sftp_Download_Forbidden" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="842c8c3f-9ebf-2949-64e4-e118d925d64e" name="Test_Get_Root_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="d0f2ec5e-3aa1-2c25-4bcb-b7378f0d0283" name="Test_Sftp_Multiple_Async_Upload_And_Download_10Files_5MB_Each" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="5e6b8258-8ab1-4d79-15bf-b5267cbb85ac" name="Test_Sftp_ListDirectory_Empty" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="ae8ea5fd-f0ba-9da5-2cdc-e0f47f3d5409" name="Test_Sftp_ListDirectory_HugeDirectory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="aeeee14f-a9f7-aaeb-dca0-0f71f5d24bc1" name="Test_Sftp_Upload_And_Download_1MB_File" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="7ee25cf7-b1fe-f444-6d0f-7e9cd472fcae" name="Test_Sftp_ListDirectory_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="767acb2f-2b0c-2227-05ef-22178c779a33" name="Test_Sftp_Change_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="d8eea890-99df-9b9f-7083-3a306dd65565" name="Test_Sftp_CreateDirectory_Invalid_Path" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="1f0eddc0-c2b2-0aba-21ca-313cf8f09aa1" name="Test_Get_File" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="ef88ac59-64c7-8ccf-47bd-f882f19c0194" name="Test_Sftp_DeleteFile_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="1cf918a2-a03b-1756-2aa5-bed3122b6f2c" name="Test_Sftp_BeginUploadFile_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="8595c9d0-7153-2141-b96d-b19c6e959b33" name="Test_Sftp_CreateDirectory_In_Forbidden_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="a2a0b9e4-ae8f-562d-9a9e-e8b999ce0e72" name="Test_Sftp_Ensure_Async_Delegates_Called_For_BeginFileUpload_BeginFileDownload_BeginListDirectory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="3305f837-8225-85c8-f1e9-c36ad7e38db9" name="Test_Get_Invalid_Directory" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="1cae396c-6e6f-66d2-9f2b-2d35cfb6d8c5" name="Test_Sftp_Download_File_Not_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="566be3e3-7344-2506-a01e-b2858b86453f" name="Test_Sftp_DeleteDirectory_Which_No_Permissions" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="a3afb0a2-ca8b-d745-4584-8564f70689eb" name="Test_Sftp_DeleteDirectory_Which_Doesnt_Exists" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="69e19f40-2e27-b25b-db00-4f960242a34b" name="Test_Sftp_ListDirectory_Without_Connecting" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<TestLink id="abe06631-df5e-2d93-a0a9-f8e7f62a52b6" name="Test_Get_File_Null" storage="renci.sshnet.tests\bin\debug\renci.sshnet.tests.dll" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</TestLinks>
</TestList>
<TestList name="Lists of Tests" id="8c43106b-9dc1-4907-a29f-aa66a61bf5b6" />