Tests Architechture.
This commit is contained in:
27
Tests/Modbus.Net.Tests/AddressTest.cs
Normal file
27
Tests/Modbus.Net.Tests/AddressTest.cs
Normal 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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user