using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests.Classes { /// /// Holds information about key size and cipher to use /// [TestClass] public class CipherInfoTest : TestBase { } }