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
@@ -12,6 +13,7 @@ namespace Sharp7.Tests
{
server = new S7Server();
var rc = server.StartTo(Localhost);
Task.Delay(100).Wait();
rc.ShouldBe(0);
}