Tests Architechture.

This commit is contained in:
parallelbgls
2017-01-16 10:30:21 +08:00
parent 6d96dbd036
commit 1e7e30bbcd
5 changed files with 149 additions and 6 deletions

View File

@@ -0,0 +1,27 @@
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()
{
}
}
}