You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 regels
214 B

  1. namespace ModbusTest
  2. {
  3. public class Tests
  4. {
  5. [SetUp]
  6. public void Setup()
  7. {
  8. }
  9. [Test]
  10. public void Test1()
  11. {
  12. Assert.Pass();
  13. }
  14. }
  15. }