added more tests

This commit is contained in:
Federico Barresi
2019-11-03 11:58:49 +01:00
parent 2be6622c2b
commit 4e317f4150
5 changed files with 79 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using Shouldly;
namespace Sharp7.Tests
@@ -13,6 +14,7 @@ namespace Sharp7.Tests
{
client = new S7Client();
var rc = client.ConnectTo(Localhost, 0, 2);
Task.Delay(100).Wait();
rc.ShouldBe(0);
}