As a developer (and PLC code developer) I would like to know if I have failed to build all modules required for unit testing using the IoCTestFramework. Currently, if you have failed to build the AutomationTools solution (in the Beckhoff PLC code) you will be missing a required binary needed for starting the emulator.
To test
Rename/remove the AutomationTools.exe in the BeckhoffPLCCode\util_scripts\AutomationTools\bin\x64\Release directory (separate repository you'll need to clone).
Acceptance Criteria
[ ] The IOCTestFramework gives feedback to the user if they have not build AutomationTools
As a developer (and PLC code developer) I would like to know if I have failed to build all modules required for unit testing using the IoCTestFramework. Currently, if you have failed to build the
AutomationTools
solution (in the Beckhoff PLC code) you will be missing a required binary needed for starting the emulator.To test
AutomationTools.exe
in theBeckhoffPLCCode\util_scripts\AutomationTools\bin\x64\Release
directory (separate repository you'll need to clone).Acceptance Criteria
AutomationTools