Exemplo n.º 1
0
 public void TestDataSizeByte(int wordLength, int expected)
 {
     S7.DataSizeByte(wordLength).ShouldBe(expected);
 }