28 lines
417 B
C#
28 lines
417 B
C#
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()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|