using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Modbus.Net.Tests { [TestClass] public class AddressTest { [TestMethod] public void CombinerTest() { } [TestMethod] public void FormaterTest() { } [TestMethod] public void TranslatorTest() { } } }