contest
contest copied to clipboard
Proof of concept of using TestStepInputOutput that hides using channels behind interface.
Previously each TestStep operated on targets using channels inside TestStepChannels. Which introduced an ability to close output channel as well as it didn't allow to override behaviour when TestStep obtains a new Target.
Tests might break. It is just a PoC