Ilya

Results 5 issues of Ilya

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...

The problem raises as we can't atomicly (at least without "ugly" locks in events emission) pass the target to the test step via channel and emit EventTargetIn event. Currently we...

bug

We should not use context as structure members

I would like to do some logging on a target after each test run no matter whether it succeeds or fails. Currently to do so, I need to implement this...