mycroes / Sally7

C# implementation of Siemens S7 connections with a focus on performance
MIT License
56 stars 22 forks source link

Communication captures #44

Open mycroes opened 11 months ago

mycroes commented 11 months ago

Add support for capturing data in requests and using the captured value in the response in tests making use of CommunicationSequence. This permits tests to work even though job ids or other references in the request take different values on subsequent requests.