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