- using Microsoft.VisualStudio.TestTools.UnitTesting;
- using Renci.SshNet.Tests.Common;
- namespace Renci.SshNet.Tests.Classes
- {
- /// <summary>
- /// Provides connection information when keyboard interactive authentication method is used
- /// </summary>
- [TestClass]
- public class KeyboardInteractiveConnectionInfoTest : TestBase
- {
- }
- }
|