File tree Expand file tree Collapse file tree 9 files changed +9
-18
lines changed
src/Renci.SshNet.Tests/Classes Expand file tree Collapse file tree 9 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
2
using Renci . SshNet . Common ;
3
- using Renci . SshNet . Tests . Common ;
4
3
using Renci . SshNet . Tests . Properties ;
5
4
6
5
namespace Renci . SshNet . Tests . Classes
7
6
{
8
7
/// <summary>
9
8
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
10
9
/// </summary>
11
- public partial class SftpClientTest : TestBase
10
+ public partial class SftpClientTest
12
11
{
13
12
[ TestMethod ]
14
13
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
2
using Renci . SshNet . Common ;
3
- using Renci . SshNet . Tests . Common ;
4
3
using Renci . SshNet . Tests . Properties ;
5
4
using System ;
6
5
@@ -9,7 +8,7 @@ namespace Renci.SshNet.Tests.Classes
9
8
/// <summary>
10
9
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
11
10
/// </summary>
12
- public partial class SftpClientTest : TestBase
11
+ public partial class SftpClientTest
13
12
{
14
13
[ TestMethod ]
15
14
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
2
using Renci . SshNet . Common ;
3
- using Renci . SshNet . Tests . Common ;
4
3
using Renci . SshNet . Tests . Properties ;
5
4
using System ;
6
5
@@ -9,7 +8,7 @@ namespace Renci.SshNet.Tests.Classes
9
8
/// <summary>
10
9
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
11
10
/// </summary>
12
- public partial class SftpClientTest : TestBase
11
+ public partial class SftpClientTest
13
12
{
14
13
[ TestMethod ]
15
14
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
- using Renci . SshNet . Tests . Common ;
3
2
using Renci . SshNet . Tests . Properties ;
4
3
using System ;
5
4
@@ -8,7 +7,7 @@ namespace Renci.SshNet.Tests.Classes
8
7
/// <summary>
9
8
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
10
9
/// </summary>
11
- public partial class SftpClientTest : TestBase
10
+ public partial class SftpClientTest
12
11
{
13
12
[ TestMethod ]
14
13
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
2
using Renci . SshNet . Common ;
3
- using Renci . SshNet . Tests . Common ;
4
3
using Renci . SshNet . Tests . Properties ;
5
4
using System ;
6
5
using System . IO ;
@@ -10,7 +9,7 @@ namespace Renci.SshNet.Tests.Classes
10
9
/// <summary>
11
10
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
12
11
/// </summary>
13
- public partial class SftpClientTest : TestBase
12
+ public partial class SftpClientTest
14
13
{
15
14
[ TestMethod ]
16
15
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
2
using Renci . SshNet . Common ;
3
- using Renci . SshNet . Tests . Common ;
4
3
using Renci . SshNet . Tests . Properties ;
5
4
using System ;
6
5
using System . Diagnostics ;
@@ -11,7 +10,7 @@ namespace Renci.SshNet.Tests.Classes
11
10
/// <summary>
12
11
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
13
12
/// </summary>
14
- public partial class SftpClientTest : TestBase
13
+ public partial class SftpClientTest
15
14
{
16
15
[ TestMethod ]
17
16
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
- using Renci . SshNet . Tests . Common ;
3
2
using Renci . SshNet . Tests . Properties ;
4
3
using System ;
5
4
using System . IO ;
@@ -9,7 +8,7 @@ namespace Renci.SshNet.Tests.Classes
9
8
/// <summary>
10
9
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
11
10
/// </summary>
12
- public partial class SftpClientTest : TestBase
11
+ public partial class SftpClientTest
13
12
{
14
13
[ TestMethod ]
15
14
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
- using Renci . SshNet . Tests . Common ;
3
2
using Renci . SshNet . Tests . Properties ;
4
3
using System . Diagnostics ;
5
4
using System . IO ;
@@ -10,7 +9,7 @@ namespace Renci.SshNet.Tests.Classes
10
9
/// <summary>
11
10
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
12
11
/// </summary>
13
- public partial class SftpClientTest : TestBase
12
+ public partial class SftpClientTest
14
13
{
15
14
[ TestMethod ]
16
15
[ TestCategory ( "Sftp" ) ]
Original file line number Diff line number Diff line change 1
1
using Microsoft . VisualStudio . TestTools . UnitTesting ;
2
2
using Renci . SshNet . Common ;
3
3
using Renci . SshNet . Sftp ;
4
- using Renci . SshNet . Tests . Common ;
5
4
using Renci . SshNet . Tests . Properties ;
6
5
using System ;
7
6
using System . Collections . Generic ;
@@ -13,7 +12,7 @@ namespace Renci.SshNet.Tests.Classes
13
12
/// <summary>
14
13
/// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
15
14
/// </summary>
16
- public partial class SftpClientTest : TestBase
15
+ public partial class SftpClientTest
17
16
{
18
17
[ TestMethod ]
19
18
[ TestCategory ( "Sftp" ) ]
You can’t perform that action at this time.
0 commit comments