using Renci.SshNet; using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests { /// ///This is a test class for AuthenticationMethodTest and is intended ///to contain all AuthenticationMethodTest Unit Tests /// [TestClass()] public class AuthenticationMethodTest : TestBase { } }