using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests.Classes.Common { /// /// Provides prompt information when is raised /// [TestClass] public class AuthenticationPromptTest : TestBase { } }