- using Microsoft.VisualStudio.TestTools.UnitTesting;
- using Renci.SshNet.Tests.Common;
- namespace Renci.SshNet.Tests.Classes
- {
- /// <summary>
- /// Provides data for message events.
- /// </summary>
- /// <typeparam name="T">Message type</typeparam>
- [TestClass]
- public class MessageEventArgsTest : TestBase
- {
- }
- }
|